Instal Pyenv
# Linux and Mac only (at the moment)
curl https://pyenv.run | bash
Helpful Hummingbird
# Linux and Mac only (at the moment)
curl https://pyenv.run | bash
pyenv install --list | awk '{print $1}' | grep -v - | grep -v 'a\|b\|c\|m' | tail -1
pyenv exec pip install numpy
or
pyenv exec pip --version