1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 08:17:59 +01:00
tldr/pages/common/pyenv-virtualenv.md

12 lines
266 B
Markdown
Raw Normal View History

2018-11-05 05:07:28 +01:00
# 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`