LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing a local version of PEAR on a shared host (https://www.linuxquestions.org/questions/linux-newbie-8/installing-a-local-version-of-pear-on-a-shared-host-764260/)

Glowing Face Man 10-24-2009 08:12 PM

Installing a local version of PEAR on a shared host
 
Hi, in the instructions to install a local version of PEAR on shared host (here), the instructions say:
Quote:

Then, if you add ~/pear/bin to your path as the first entry in .bashrc (or whatever your startup file is), and run the command:
Can you guys please make some more sense of this? This is the contents of my .bashrc file:
Code:

# .bashrc

# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

I don't see anywhere there where adding "~/pear/bin" would seem logical.

Maybe if someone is really nice, they could show me what my .bashrc should look like with the new addition.

Thanks for helping.

Glowing Face Man 10-25-2009 05:00 PM

Can't anyone tell me how to add a line to .bashrc?


All times are GMT -5. The time now is 05:23 AM.