Pyenv: Difference between revisions

From My Mnemonic Rhyme
Jump to navigation Jump to search
(Created page with "* https://github.com/pyenv/pyenv <pre> curl https://pyenv.run | bash </pre>Show installed environments<pre> pyenv versions </pre>Search for a fitting python version<pre> pyenv install -l | grep mamba pyenv install mambaforge pyenv activate mambaforge </pre>")
 
(No difference)

Latest revision as of 15:10, 29 December 2023

curl https://pyenv.run | bash

Show installed environments

pyenv versions

Search for a fitting python version

pyenv install -l | grep mamba pyenv install mambaforge pyenv activate mambaforge