Ask a question about modifying PATH?
Posted: Fri May 29, 2020 12:00 am
I installed a python script with pip3 install and it actually worked. However I got a message saying that ~/.local/bin was not in my PATH.
So to run the script I can use export PATH=/home/wove/.local/bin:Path which lets me work the command until I exit the terminal. If later I open the terminal to use the commands again, I get "dptrp1 not found" and I have to use the export Path again before I can run the command.
Can someone tell me how to add that PATH so it is permanent?
thanks
bill
So to run the script I can use export PATH=/home/wove/.local/bin:Path which lets me work the command until I exit the terminal. If later I open the terminal to use the commands again, I get "dptrp1 not found" and I have to use the export Path again before I can run the command.
Can someone tell me how to add that PATH so it is permanent?
thanks
bill