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

Evaluate: Use pipenv to manage virtualenv + pip #226

Open
viktorsmari opened this issue Jan 28, 2019 · 4 comments
Open

Evaluate: Use pipenv to manage virtualenv + pip #226

viktorsmari opened this issue Jan 28, 2019 · 4 comments

Comments

@viktorsmari
Copy link
Member

viktorsmari commented Jan 28, 2019

Has anyone had a look at these tools?

https://github.com/pyenv/pyenv

https://github.com/pypa/pipenv

Video: https://pipenv.readthedocs.io/en/latest/

Difference explained:
https://stackoverflow.com/questions/41573587/what-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrappe

@bjornlevi
Copy link

bjornlevi commented Jan 31, 2019 via email

@viktorsmari
Copy link
Member Author

Also:
Python 3.6 and newer have a built in way to handle virtual environments, so maybe we wait until we upgrade from 2 -> 3

pyvenv is deprecated as of Python 3.6 and the new way is:
python3 -m venv /path/to/new/virtual/environment

Source: https://stackoverflow.com/questions/23842713/using-python-3-in-virtualenv

@helgihg
Copy link

helgihg commented Feb 1, 2019 via email

@viktorsmari
Copy link
Member Author

Have you had a look at this recently?

Been 2 years since we last discussed, and maybe a 'best practice' has been formed in the Python community?

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

3 participants