'creating pipenv based Python virtual environment from Conda YAML

I've got a conda_env.yaml which is used by every developer in the project.

I want to create pipenv-based environment from it (as I want to keep some development specific packages for my editor). What is the easy way to import a Conda environment to pipenv so that I can keep updating my (pipenv) environment whenever I update my sandbox?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source