Tagged Questions
0
votes
1answer
31 views
Python launching problems OS X
I'm trying to install python on mac OS X 10.7.5. I installed it from MacPort and I think before I did, I screwed up $PATH somehow. It seems to install fine but then when I try to run ipython I get
...
1
vote
1answer
136 views
How to set up multiple PATHs in the user bash_profile in OSX 10.8?
I am looking to set up my laptop for both Python development and Phonegap Android development in OSX 10.8 using Eclipse. I installed the lastest version of Python (3.3) which added the code:
# ...
0
votes
2answers
257 views
Executing program through Terminal
I have Sage (math program) and I want to execute it through terminal.
I know I can go to the directory and execute it with -
open Sage.app
But would I really want to do is simply type sage in ...
8
votes
3answers
6k views
How to get the fully resolved path of a symbolic link in Terminal?
I have a tangled mess of python installations on my laptop. I was looking at the executables in /usr/local/bin and they are all symbolic links to ../../../Library......
There's some weird behavior ...