Skip to content

Conversation

@JeffPaine
Copy link
Contributor

As near as I can tell, brew install python now

  • Installs python as a framework-style build by default
  • Adds appropriate symlinks for python, etc. to /usr/local/bin/
  • Doesn't appear to install anything under /usr/local/share/python besides some demo items under share/

As such, I believe the directions I deleted are no long applicable.

Would appreciate others' feedback on my findings / assumptions here. Cheers!

@kennethreitz
Copy link
Contributor

I'm pretty sure we still need the export PATH=/usr/local/share/python:$PATH part for binaries like pip, etc.

@JeffPaine
Copy link
Contributor Author

Added back the export PATH=/usr/local/share/python:$PATH section. But continued to leave out the --framework option and associated explanation. If this isn't the right way to go, or there's something I'm missing, by all means feel free to close. Cheers!

@kennethreitz
Copy link
Contributor

✨ 🍰 ✨

kennethreitz pushed a commit that referenced this pull request Sep 16, 2013
Update brew installation commands
@kennethreitz kennethreitz merged commit 6b23faf into realpython:master Sep 16, 2013
@JeffPaine JeffPaine deleted the patch-1 branch September 17, 2013 23:17
@JeffPaine
Copy link
Contributor Author

🎉

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

Successfully merging this pull request may close these issues.

2 participants