yask123 / Instant-Music-Downloader

🎷 Downloads Music From The Web
http://iyask.me/Instant-Music-Downloader/
1.41k stars 161 forks source link

After latest update utilizing readline module, virtual machine no longer supports instantmusic #58

Closed shaun10 closed 8 years ago

shaun10 commented 8 years ago

screen shot 2015-10-11 at 3 15 49 pm

Anyone know why readline import isn't working in virtualenv on OS X 10.11? Having permissions issues with install in regular system environment with writing to:

'/System/Library/Frameworks/Python.framework/Versions/2.7/etc'

Believe SH trying to write to locked areas of El Capitan.

yask123 commented 8 years ago

This issue is not related to Instant Music Downloader. Refer to this: http://apple.stackexchange.com/questions/209572/how-to-use-pip-after-the-el-capitan-max-os-x-upgrade

Quick fix is to install pip using brew: $ brew install python