#python error The script is installed which is not on PATH
WARNING: The script xxx is installed in '/Users/username/Library/Python/3.8/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<br>
How to solve this issue?
Add this to the path:
export PATH="/Users/username/Library/Python/3.8/bin:$PATH"