Eir Nym
Eir Nym

Reputation: 1599

Using MacPython with MacPorts

I've installed MacPython 2.7 from python.org. How to set it as default in MacPorts?

PS: #port select offers variants: '

Upvotes: 0

Views: 140

Answers (1)

vlad
vlad

Reputation: 401

I think MacPorts is not aware of MacPython, and therefore your best bet would be to install python 2.7 from the ports. That way you'll be able to select python 2.7 as default.

Another advantage of using python from MacPorts is that if you install ports that require python, MacPorts won't have to install python 2.7 a second time.

Upvotes: 1

Related Questions