Created
July 19, 2019 07:32
-
-
Save madsonic/506fac3d564a3c3e8261b4b9021885e0 to your computer and use it in GitHub Desktop.
pyenv virtualenv godforsaken syntax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # create virtual env | |
| pyenv virtualenv <py version> <env name> | |
| pyenv activate <env name> | |
| pyenv deactivate | |
| # list virtual env | |
| pyenv virtualenvs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment