I was tinkering around with the command line of my Pi and found out the hard way that exporting to a wrong path makes all of my commands unusable. I was installing a package using pip and it advise me to export my PATH like this:
Code: Select all
The script pycodestyle is installed in '/home/pi/.local/bin' which is not on PATH.
export PATH=/usr/local/bin but see no results.
I have lots of important data on there and in need of help right now. Any helping hands would definitely be appreciated