mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
331 B
331 B
pyenv virtualenv
Create virtual environments based on one's installed Python distributions. More information: https://github.com/pyenv/pyenv-virtualenv.
- 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