We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474abc8 commit 17a82f9Copy full SHA for 17a82f9
setupext.py
@@ -58,12 +58,6 @@
58
'linux3' : ['/usr/local', '/usr'],
59
'linux' : ['/usr/local', '/usr',],
60
'cygwin' : ['/usr/local', '/usr',],
61
-
62
- # darwin is Mac OS X.
63
- # The default configuration works for Apple's built-in python, python.org python and Homebrew python
64
- # If you use Fink python then prepend '/sw'
65
- # If you use MacPorts python then prepend '/opt/local'
66
67
'darwin' : ['/usr/local/', '/usr', '/usr/X11'],
68
'freebsd4' : ['/usr/local', '/usr'],
69
'freebsd5' : ['/usr/local', '/usr'],
0 commit comments