LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problems config. ActivePerl (https://www.linuxquestions.org/questions/linux-newbie-8/problems-config-activeperl-179090/)

J0sep 05-07-2004 05:20 PM

problems config. ActivePerl
 
Hi all.... l want to know what is my PATH environment variable
I'm installing ActivePerl and it says that I have to add the /usr/local/ActivePerl-5.6/bin directory to your PATH environment variable to conveniently access it.
Ok bye
please help.

btmiller 05-07-2004 05:32 PM

Your PATH is where your shell looks for commands to execute. Type "echo $PATH" at a command prompt to see your current PATH. You can set it by typing: export PATH=$PATH:usr/local/ActivePerl-5.6/bin -- you should put this in your .bash_profile so it gets set every time you login. There have been plenty of threads here detailing exactly how to do this if you need more help.

As a sidenote, PATH isn't the only environment variable used by your shell or the system. Try typing printenv at a prompt to see the whole list.


All times are GMT -5. The time now is 04:36 PM.