Pyenv: Difference between revisions
From DWIKI
mNo edit summary Tag: wikieditor |
m →Links Tag: wikieditor |
||
| Line 1: | Line 1: | ||
=Links= | =Links= | ||
*https://github.com/pyenv/pyenv | *https://github.com/pyenv/pyenv | ||
*[https://stackoverflow.com/questions/41573587/what-is-the-difference-between-venv-pyvenv-pyenv-virtualenv-virtualenvwrappe pyenv vs venv] | |||
=HOWTO= | =HOWTO= | ||
Revision as of 08:13, 4 February 2025
Links
HOWTO
List available versions of python
pyenv install -l
List installed versions
pyenv version
