Some guides example 1 seem deprecated which is confusing.
pip and easy_install seem to be deprecated in favor of pyenv?.
I tried to remove an old version of Django I had installed and everything else seemed to break.
I installed this and subsequently removed it.
I suggest avoiding installing Python, python-3.5.1-macosx10.6.pkg at time of writing and deferring to Homebrew instead.
The new SIP or System Integrity Protection in El Capitan prevents any changes you want to make to the OS X system folders ( ).īy default, you should see: $ System Integrity Protection status: enabled.
Note: These last two were some of the better and most recent articles I came across.
Finishing with adding PostgreSQL later ( ), installed using Homebrew for local development.
Steps to install Python 3.x and Django 1.9 on Mac OS X El Capitan (10.11.2) - and use virtualenv and virtualenvwrapper - for a development environment set up locally with the intention of subsequent deployment to Heroku or Digital Ocean or Google App Engine.