Changes between Version 1 and Version 2 of Ticket #38560, comment 12
- Timestamp:
- Apr 18, 2013, 3:24:47 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38560, comment 12
v1 v2 4 4 5 5 > What do these commands output? 6 > {{{ 6 7 > which python 7 8 > ls -l /opt/local/bin/python{,2.7} 9 > }}} 8 10 11 {{{ 9 12 unknown-c8-2a-14-0e-69-42:~ john$ which python 10 13 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python 14 }}} 11 15 16 {{{ 12 17 unknown-c8-2a-14-0e-69-42:~ john$ ls -l /opt/local/bin/python{,2.7} 13 18 lrwxr-xr-x 1 root admin 24 28 Mar 08:13 /opt/local/bin/python -> /opt/local/bin/python2.7 14 19 lrwxr-xr-x 1 root admin 73 28 Mar 04:59 /opt/local/bin/python2.7 -> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 15 20 unknown-c8-2a-14-0e-69-42:~ john$ 21 }}} 16 22 17 23 > Do you have an `/Applications/MacPorts/Python 2.7` folder? What’s in it? 18 24 19 /Applications/MacPorts/Python 2.7 contents: 20 Build Applet.app 2011-07-29 360 KB 21 IDLE.app 2011-07-29 393 KB 25 /Applications/MacPorts/Python 2.7 contents: [[br]] 26 Build Applet.app 2011-07-29 360 KB [[br]] 27 IDLE.app 2011-07-29 393 KB [[br]] 22 28 Python Launcher.app 2011-07-29 582 KB 23 29