Imacmumf
Imacmumf

Reputation: 3

$PATH messed up. How did this happen and how to change back to default

My $PATH comes up as:

/Library/Frameworks/Python.framework/Versions/3.8/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands

I'm not sure how this happened but how do I change it back to the default PATH?

Upvotes: 0

Views: 99

Answers (1)

Alan Velasques Santos
Alan Velasques Santos

Reputation: 21

What is your system?

Ubuntu default path is /usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games

if you want to change this back to the default, you need to opne your .bashrc file on your home and change it in there:

vim ~/.bashrc

Upvotes: 1

Related Questions