-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pyenv


> Switch between multiple versions of Python easily.

More information.


List all available commands:

pyenv commands

List all Python versions under the `${PYENV_ROOT}/versions` directory:

pyenv versions

Install a Python version under the `${PYENV_ROOT}/versions` directory:

pyenv install {2.7.10}

Uninstall a Python version under the `${PYENV_ROOT}/versions` directory:

pyenv uninstall {2.7.10}

Set Python version to be used globally in the current machine:

pyenv global {2.7.10}

Set Python version to be used in the current directory and all directories below it:

pyenv local {2.7.10}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:10:13 2024