Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-10 00:21:47 +00:00
parent ffe393201e
commit 5ad1f5ce60
15 changed files with 55 additions and 53 deletions

View File

@@ -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: