mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 19:52:43 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,11 +6,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# pyenv virtualenv
|
||||
|
||||
> Create virtual environments based on one's installed Python distributions.
|
||||
> More information: <https://github.com/pyenv/pyenv-virtualenv>.
|
||||
> More information: <https://github.com/pyenv/pyenv-virtualenv#usage>.
|
||||
|
||||
- Create a new Python 3.6.6 virtual environment:
|
||||
|
||||
`pyenv virtualenv {{3.6.6}} {{virtualenv_name}}`
|
||||
`pyenv virtualenv 3.6.6 {{virtualenv_name}}`
|
||||
|
||||
- List all existing virtual environments:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user