1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 01:02:09 +02:00
tldr/pages/common/pyenv-virtualenv.md
2019-05-31 19:47:40 +01:00

12 lines
331 B
Markdown

# pyenv virtualenv
> Create virtual environments based on one's installed Python distributions.
> More information: <https://github.com/pyenv/pyenv-virtualenv>.
- 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`