Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ellie:)

macrumors newbie
Original poster
Jan 7, 2010
7
0
Hi there, I just installed gnuplot this morning and everything went well. However, when I try to use it again at night.. It is GONE.. :eek:
I don't know why.. and when I tried to type " sudo port install gnuplot"
it says "sudo: port: command not found" . :(
 

seepel

macrumors 6502
Dec 22, 2009
471
1
Maybe /opt/local/bin isn't making it into your path for some reason?

Code:
echo $PATH

Here's mine

Code:
/Users/myusername/bin:/local/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin

You can see /opt/local/bin is the third one. You could also try

Code:
ls /opt/local/bin

to see if port is in there. And finally you could also run it with the full path

Code:
/opt/local/bin/port install gnuplot
 

ellie:)

macrumors newbie
Original poster
Jan 7, 2010
7
0
After typing "echo $PATH"
this is the thing I got -> "/bin:/sbin:/usr/bin:/usr/sbin "

:confused:
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.