I have the following python script:
import os os.system("which python")
When I execute with command + R I get: /usr/bin/python On the other hand, when I execute with command + shift + R I get: /opt/local/bin/python
I would like to get the second output with command + R. How can I do that?
S.V.
-- View this message in context: http://textmate.1073791.n5.nabble.com/Python-Command-R-tp29040.html Sent from the textmate users mailing list archive at Nabble.com.