Item.

To fix your “PATH” on Linux/Mac, run the following commands:

echo "export PATH=\"`python -m site --user-base`/bin:$PATH\"" >> ~/.bash_profile
echo "export PATH=\"`python -m site --user-base`/bin:$PATH\"" >> ~/.zprofile
        
in-context