Tagged Questions
0
votes
1answer
40 views
Removing current Python version and use other python version
First of all i installed python 2.7 with manual.After i installed python2.6 with macport with referenced this.
And after i deleted my Python 2.7 files.
The main point is when i write python at ...
0
votes
1answer
160 views
Python IDLE can't be opened by double-clicking .py files in Finder
I can't open .py files in IDLE by double-clicking them in Finder (IDLE is currently set as the default program for opening such files). Nor can I open those files by right-clicking and selecting ...
0
votes
2answers
253 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 ...
2
votes
2answers
254 views
Run through terminal PYTHON
Is there a way on a mac to make it so when you click on a python script it runs python filename.py through terminal?
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 ...