fix failed install python package
problem
pip installs packages successfully, but executables not found from command line
solution
echo "export PATH=\"`python3 -m site --user-base`/bin:$PATH\"" >> ~/.bashrc
source ~/.bashrc
Archives for My Lazy and Forgetful Mind
pip installs packages successfully, but executables not found from command line
echo "export PATH=\"`python3 -m site --user-base`/bin:$PATH\"" >> ~/.bashrc
source ~/.bashrc