AKZN Notes

Archives for My Lazy and Forgetful Mind

Tag: python

fix failed install python package

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