Changes between Version 4 and Version 5 of Ticket #25669, comment 11


Ignore:
Timestamp:
Mar 14, 2013, 12:37:14 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25669, comment 11

    v4 v5  
    11I'm getting this error again:
    22
    3 ghenshaw$ sudo port select python python27\\
    4 dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid\\
    5 Password:\\
    6 Selecting 'python27' for 'python' failed: could not create new link "/opt/local/bin/python": target "/opt/local/bin/python2.7" doesn't exist\\
    7 ghenshaw$ ls /opt/local/bin/python2.7\\
    8 /opt/local/bin/python2.7\\
    9 ghenshaw$ port installed python*\\
    10 The following ports are currently installed:\\
    11   python27 @2.7.3_1 (active)\\
    12   python_select @0.3_2 (active)\\
     3{{{
     4ghenshaw$ sudo port select python python27
     5dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
     6Password:
     7Selecting 'python27' for 'python' failed: could not create new link "/opt/local/bin/python": target "/opt/local/bin/python2.7" doesn't exist
     8ghenshaw$ ls /opt/local/bin/python2.7
     9/opt/local/bin/python2.7
     10ghenshaw$ port installed python*
     11The following ports are currently installed:
     12  python27 @2.7.3_1 (active)
     13  python_select @0.3_2 (active)
     14}}}
    1315
    1416However, selecting other port variants works:
    1517
    16 ghenshaw$ sudo port select virtualenv virtualenv27\\
    17 Selecting 'virtualenv27' for 'virtualenv' succeeded. 'virtualenv27' is now active.\\
     18{{{
     19ghenshaw$ sudo port select virtualenv virtualenv27
     20Selecting 'virtualenv27' for 'virtualenv' succeeded. 'virtualenv27' is now active.
     21}}}
    1822
    1923Should this be reopened, or am I confused?