mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 09:42:07 +02:00
11 lines
266 B
Markdown
11 lines
266 B
Markdown
# 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`
|