mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 00:53:24 +02:00
pyenv virtualenv: add page (#2522)
This commit is contained in:
parent
f10b0a11ab
commit
5e74b96713
1 changed files with 11 additions and 0 deletions
11
pages/common/pyenv-virtualenv.md
Normal file
11
pages/common/pyenv-virtualenv.md
Normal 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`
|
Loading…
Add table
Reference in a new issue