Changes between Initial Version and Version 1 of Ticket #38560, comment 10


Ignore:
Timestamp:
Mar 28, 2013, 12:24:09 PM (11 years ago)
Author:
johnsankey@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38560, comment 10

    initial v1  
    66> I assume you mean `port select`. `port set` is a shortcut for `port setrequested`. What is the output of `port select --list python`?
    77
    8 No. I mean "set python python27" issued at the command prompt, which is what I was told to do in the installation instructions for opencv. I've never heard of "port select".
     8No. I meant "set python python27" issued at the command prompt, which is what I was told to do in the installation instructions for opencv. Now I've tried
     9
     10sudo port select --set python python27
     11
     12and it gives the same thing.
    913
    1014>
     
    1317No, I get the same Apple python as before, and import opencv fails as it did before.
    1418
     19port select --list python gives:
     20Available versions for python:
     21        none
     22        python25-apple
     23        python26-apple
     24        python27 (active)
     25
     26My Finder info window says default for .py is idle, but it doesn't give me the option of which idle, it just gives me the one linked to the Apple python.