1826417 Members
3964 Online
109692 Solutions
New Discussion

profile

 
SOLVED
Go to solution
Jade Bulante
Frequent Advisor

profile

After adding the path, I get this error when executing the command "/usr/bin/sh:pgp not found.

I already edited the profile to set the PATH. Let me know if you can help.
2 REPLIES 2
Patrick Wallek
Honored Contributor
Solution

Re: profile

If you edit the PATH in /etc/PATH, /etc/profile or your own .profile you must log out and log back in, or resrouce all the environment files so that you get the new values.
Ron Cornwell
Trusted Contributor

Re: profile

You can also temporarily add it to your environment by saying PATH=$PATH:, or if you have already added it to your profile you can execute your profile by typing cd ~; . ./.profile. Hope this helps.