🦦 chris_cadev notes

Search IconIcon to open search

how to install pyenv

Last updated July 27, 2022.

#tech/python


how to install pyenv

1
2
3
git clone https://github.com/pyenv/pyenv.git ~/.pyenv  
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile  
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile

# References

# position

Installing Pyenv at How to use Pyenv & Pipenv for Python virtual environments

# author

Shawn McElroy


Interactive Graph