pyenv virtualenv: add page (#2522)

This commit is contained in:
mspear 2018-11-04 22:07:28 -06:00 committed by Agniva De Sarker
parent f10b0a11ab
commit 5e74b96713

View File

@ -0,0 +1,11 @@
# pyenv virtualenv
> Create virtual environments based on one's installed Python distributions.
- Create a new Python 3.6.6 virtual environment:
`pyenv virtualenv {{3.6.6}} {{my-virtual-env-3.6.6}}`
- List all existing virtual environments:
`pyenv virtualenvs`