osx-elcapitan

Change Python version for evaluating file with SublimREPL plugin

Change Python version for evaluating file with SublimREPL plugin Question: I am using Sublim Text 3 on Mac OS X El Capitan. What I need to do is to evaluate a Python file within Sublime Text 3. I have installed Package Control and then SublimREPL plugins. I have set up a 2 rows layout (View …

Total answers: 1

Can't install virtualenvwrapper on OSX 10.11 El Capitan

Can't install virtualenvwrapper on OSX 10.11 El Capitan Question: I recently wiped my Mac and reinstalled OSX El Capitan public beta 3. I installed pip with sudo easy_install pip and installed virtualenv with sudo pip install virtualenv and did not have any problems. Now, when I try to sudo pip install virtualenvwrapper, I get the …

Total answers: 2

MySQL Improperly Configured Reason: unsafe use of relative path

MySQL Improperly Configured Reason: unsafe use of relative path Question: I’m using Django, and when I run python manage.py runserver I receive the following error: ImproperlyConfigured: Error loading MySQLdb module: dlopen(/Library/Python/2.7/site-packages/_mysql.so, 2): Library not loaded: libmysqlclient.18.dylib Referenced from: /Library/Python/2.7/site-packages/_mysql.so Reason: unsafe use of relative rpath libmysqlclient.18.dylib in /Library/Python/2.7/site-packages/_mysql.so with restricted binary I’m not entirely sure …

Total answers: 2