Answers for "how to use pyenv to install python3"

6

install pyenv

# Linux and Mac only (at the moment)
curl https://pyenv.run | bash
Posted by: Guest on April-26-2020
0

install pip in pyenv

pyenv exec pip install numpy
or 
pyenv exec pip --version
Posted by: Guest on March-27-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language