I am attempting to install some Python libraries by executing variations of the following command in Bash:
pip install --user -U numpy
I inst
Update: As of python 3.8, the following path should be used:
export PATH=/Library/Frameworks/Python.framework/Versions/3.8/bin$PATH
If you're using bash, you can store this in your /.bashrc If you're using zsh, you can store this in your /.zshrc
/.bashrc
/.zshrc