Opened 11 years ago

Closed 11 years ago

#37265 closed defect (fixed)

port select doesn't show python27-apple

Reported by: yanokwa@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: python_select

Description

I have python2.7 installed alongside my native python in OS X 10.8.2. When I try to switch to Apple's python, it doesn't seem to exist.

$ port select --set python python27-apple Selecting 'python27-apple' for 'python' failed: The specified version 'python27-apple' is not valid.

$ port select --list python Available versions for python:

none python27 (active)

$ type -a python python is /opt/local/bin/python python is /opt/local/bin/python python is /opt/local/Library/Frameworks/Python.framework/Versions/Current/bin/python python is /usr/bin/python

$ /usr/bin/python Python 2.7.2 (default, Jun 20 2012, 16:23:33) [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin Type "help", "copyright", "credits" or "license" for more information.

quit()

$ /opt/local/bin/python Python 2.7.3 (default, Nov 17 2012, 19:54:34) [GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))] on darwin Type "help", "copyright", "credits" or "license" for more information.

quit()

Change History (2)

comment:1 Changed 11 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to raimue@…

Please remember to Cc the maintainer.

comment:2 Changed 11 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: newclosed

Thank you for the report. Fixed in r100378.

Note: See TracTickets for help on using tickets.