Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipenv should be added to Setting up your environment guide. #224

Closed
RatanShreshtha opened this issue Oct 19, 2017 · 1 comment
Closed

Comments

@RatanShreshtha
Copy link

Pipenv — the officially recommended Python packaging tool from Python.org, free (as in freedom).
It automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your Pipfile as you install/uninstall packages.

And it is much easier to setup virtual environment with different python versions with Pipenv.

@freakboy3742
Copy link
Member

I haven't had a chance to play around with pipenv; it's also a very new tool, and possibly prone to changes so I'm hesitant to recommend it at this time. This might change in the future if pipenv stabilises and gains really widespread usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants