Changes between Version 1 and Version 2 of Ticket #38560, comment 17
- Timestamp:
- Apr 18, 2013, 3:25:24 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38560, comment 17
v1 v2 1 1 Sorry - should have added that the last above was after changing 2 {{{ 2 3 PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}" 4 }}} 3 5 in .profile to 6 {{{ 4 7 PATH="/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}" 8 }}} 5 9 At least it gets me the python with opencv installed. 6 10 11 {{{ 7 12 port -v installed python27 8 13 The following ports are currently installed: 9 14 python27 @2.7.3_1+universal (active) platform='darwin 10' archs='i386 x86_64' 15 }}} 10 16 11 17 Nothing about idle. … … 13 19 14 20 Total PATH is now: 15 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin 21 {{{/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin}}} 16 22 17 23 PYTHONPATH is null.