Changes between Version 1 and Version 2 of Ticket #38560, comment 17


Ignore:
Timestamp:
Apr 18, 2013, 3:25:24 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38560, comment 17

    v1 v2  
    11Sorry - should have added that the last above was after changing
     2{{{
    23PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
     4}}}
    35in .profile to
     6{{{
    47PATH="/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
     8}}}
    59At least it gets me the python with opencv installed.
    610
     11{{{
    712port -v installed python27
    813The following ports are currently installed:
    914  python27 @2.7.3_1+universal (active) platform='darwin 10' archs='i386 x86_64'
     15}}}
    1016
    1117Nothing about idle.
     
    1319
    1420Total 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}}}
    1622
    1723PYTHONPATH is null.