Tagged Questions
0
votes
1answer
41 views
Trouble installing from Remote Disc
My MacBook has no optical drive. I have a Mac installation disc mounted and shared on a local Ubuntu machine and can access it, on the MacBook through the Remote Disc device in Finder.
However, the ...
0
votes
1answer
44 views
installation in terminal
I am trying to install a few software packages on my Mac os X 10.6.8. The packages are the python libraries:
networkx (graph library)
matplotlib (visuzlization)
It seems that with matpotlib I also ...
1
vote
2answers
110 views
How should I install software from source so that I can make my configuration manageable and reproducible?
Related question on Unix/Linux: How should I install software from source so that I can make my configuration manageable and reproducible? However, I've tailored this question more towards the Mac OS ...
3
votes
3answers
1k views
Can't install Homebrew on Mac OS X Lion
I followed the simple instructions on Homebrew's homepage:
Paste this at a terminal prompt:
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
But I get the following permission ...