Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#41002 closed defect (fixed)

port select doesn't show python27-apple

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

Description (last modified by mf2k (Frank Schima))

I have various version of python installed alongside my native python in OS X Maverick I recently upgraded to.

$ 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:

Available versions for python:
	none
	python26
	python27 (active)
	python33

$ type -a python python is 
python is /opt/local/bin/python
python is /usr/bin/python
python is /opt/local/bin/python
python is /usr/bin/python

$ /usr/bin/python
Python 2.7.5 (default, Aug 25 2013, 00:04:04)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>

$ /opt/local/bin/pythonPython 2.7.5 (default, Oct 26 2013, 23:03:39)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>

Change History (3)

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: mavericks added; python removed
Owner: changed from macports-tickets@… to raimue@…
Port: python_select added; python removed

In the future, please use WikiFormatting.

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

Resolution: fixed
Status: newclosed

Thanks for the report. Fixed in r112616.

comment:3 Changed 11 years ago by jentyk@…

Thanks for fixing :-)

Note: See TracTickets for help on using tickets.