LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cant find executables to update paths (https://www.linuxquestions.org/questions/linux-newbie-8/cant-find-executables-to-update-paths-846379/)

flebber 11-24-2010 06:32 PM

Cant find executables to update paths
 
How do I find paths on ubuntu. I have installed redcar(ide written in ruby similar to textmate) and rvm for ruby. However I cannot locate where the executables are to update my .bashrc.

Any ideas?

spiderbatdad 11-24-2010 06:41 PM

Try the locate command.
Code:

locate program
Code:

$PATH
will show you what locations are in your path.

flebber 11-24-2010 07:12 PM

Code:

# paths
export PATH=$PATH:/var/lib/gems/1.8/bin:/home/sayth/.rvm/bin



All times are GMT -5. The time now is 09:07 PM.