Hi guys,
Can you help me to remove the path that I used to create ?
I used to create path by using this command :
PATH=$PATH:/opt/java
export PATH
and now that directory has been deleted.
If I check echo $PATH, the path is still there.
Do you guys have any idea how to remove the one path?
Thx guys
Can you help me to remove the path that I used to create ?
I used to create path by using this command :
PATH=$PATH:/opt/java
export PATH
and now that directory has been deleted.
If I check echo $PATH, the path is still there.
Do you guys have any idea how to remove the one path?
Thx guys