Fixing PATH for Python libraries using Bash
问题 I am attempting to install some Python libraries by executing variations of the following command in Bash: pip install --user -U numpy I installed Python3 using Homebrew. I then get variations of the following message each time: WARNING: The scripts f2py, f2py3 and f2py3.7 are installed in '/Users/x/Library/Python/3.7/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. I want to fix this issue to avoid