in reply to perl callable from bash?
The way I do it is to make my own bin in my home directory with mkdir $HOME/bin and add it to my path by adding export PATH=$HOME/bin:$PATH at the end of $HOME/.bashrc assuming you're using bash as your shell. You still need to make the executable using chmod as previously mentioned.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl callable from bash?
by Bloodnok (Vicar) on Apr 13, 2009 at 10:30 UTC | |
by rowdog (Curate) on Apr 13, 2009 at 18:40 UTC | |
by Bloodnok (Vicar) on Apr 14, 2009 at 09:39 UTC |