Tagged Questions
0
votes
0answers
44 views
Editing $PATH variable for apache on mountain lion
I've just installed ImageMagick using macports and am trying to use it from a php site running on Apache, but nothing I do works to add /opt/local/bin:/opt/local/sbin to my path.
So far I've tried
...
3
votes
2answers
97 views
I want to remove an entry in my $PATH
I'm running OS 10.8. When I
echo $PATH
my terminal outputs
...
0
votes
1answer
51 views
Where should shell tools be installed?
Are there Apple guidelines for where user shell tools in Mountain Lion should be installed? Some (e.g. TeX, or Apple's Git) end up in /usr, and others (e.g. X11) seem to end up in /opt (sometimes with ...
0
votes
1answer
117 views
Permission denied error when opening Terminal
I'm using a clean install of 10.8. I wanted to add a couple of directories to my path. I tried adding them to /etc/paths using
sudo vim /etc/paths
Now when I open a terminal window I see this:
...
0
votes
2answers
234 views
Can homebrew and RVM agree on a $PATH?
I'm trying to install Yeoman.io and part of it requires Homebrew to be installed. I am on Mountain Lion (10.8) and things seemed to install correctly except when I run $ homebrew doctor it complains ...