View Single Post
  #2   (View Single Post)  
Old 11th June 2008
roundkat roundkat is offline
Shell Scout
 
Join Date: May 2008
Posts: 115
Default

Check your path..
Code:
# echo $PATH
/usr/sbin:/usr/bin
(yours may be different)
/opt/csw/bin
is the path to Blastwaves' pkg-get

To temporarily set your PATH

Example
Code:
# PATH=/opt/csw/bin:/usr/sbin:/usr/bin
Now export your PATH
Code:
# export PATH
# echo $PATH
/opt/csw/bin:/usr/sbin:/usr/bin
rk
__________________
All posts sent on ReCycled Electrons...
Reply With Quote