Thread: add to path
View Single Post
  #2   (View Single Post)  
Old 18th August 2010
s0xxx's Avatar
s0xxx s0xxx is offline
Package Pilot
 
Join Date: May 2008
Posts: 192
Default

You're missing exactly what bash is telling you; it didn't expect '(' there. Also, path should be written with capital letters:
Code:
# export PATH=$PATH:/your/stuff/here
__________________
The best way to learn UNIX is to play with it, and the harder you play, the more you learn.
If you play hard enough, you'll break something for sure, and having to fix a badly broken system is arguably the fastest way of all to learn. -Michael Lucas, AbsoluteBSD
Reply With Quote