mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 19:01:35 +03:00
pyenv virtualenv: add page (#2522)
This commit is contained in:
parent
f10b0a11ab
commit
5e74b96713
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…
Reference in New Issue
Block a user