Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What’s wrong with the pre-built Python Mac packages? #145

Closed
sscherfke opened this issue May 10, 2012 · 2 comments
Closed

What’s wrong with the pre-built Python Mac packages? #145

sscherfke opened this issue May 10, 2012 · 2 comments

Comments

@sscherfke
Copy link

You suggest to install Python on Mac OS X via Homebrew. What’s wrong with the binary installers from python.org? Imho, they are easier to install and I didn’t experience any problems with them, yet.

@JensRantil
Copy link
Contributor

One reason is to be able to have multiple Python versions installed on the same system: http://youshoulddoityourself.blogspot.se/2010/11/test.html This is great for regression testing and making sure your Python applications work for lots of different Python versions.

@sscherfke
Copy link
Author

The binary packages from python.org can also be installed in parallel. I have both, Python 2.7 and 3.2 (bin installers from python.org) running in addition to the Python that comes with OS X and have no problems. Compiling SciPy and NumPy is also no problem, since all dependencies (except for gcc and fortran) are already there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants