Pyenv

From My Mnemonic Rhyme
Revision as of 15:10, 29 December 2023 by Weiss (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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