Note that there are some explanatory texts on larger screens.

plurals
  1. POSetting up Django app on Heroku via Cygwin giving permission denied error when installing pip
    primarykey
    data
    text
    <p>I'm trying to deploy a Django app on Heroku using <a href="http://devcenter.heroku.com/articles/django" rel="nofollow">http://devcenter.heroku.com/articles/django</a>. I just so happen to use Windows, so I've been working via Cygwin (please don't judge me >&lt; ). In short, everything is fine until I run "virtualenv venv --distribute". When I run this, regardless of where I run it, I get a permission denied error. Here's the output:</p> <pre><code>$ virtualenv venv --distribute New python executable in venv/bin/python2.6 Not overwriting existing python script venv/bin/python.exe (you must use venv/bi n/python2.6.exe) Installing distribute........................................................... ................................................................................ ...................................................done. Installing pip... Error [Errno 13] Permission denied while executing command /cygdrive/c/Users/D a...env/bin/easy_install /usr/lib/python2.6/s...pport/pip-1.1.tar.gz ...Installing pip...done. Traceback (most recent call last): File "/usr/bin/virtualenv", line 8, in &lt;module&gt; load_entry_point('virtualenv==1.7.1.2', 'console_scripts', 'virtualenv')() File "/usr/lib/python2.6/site-packages/virtualenv-1.7.1.2-py2.6.egg/virtualenv .py", line 928, in main never_download=options.never_download) File "/usr/lib/python2.6/site-packages/virtualenv-1.7.1.2-py2.6.egg/virtualenv .py", line 1042, in create_environment install_pip(py_executable, search_dirs=search_dirs, never_download=never_dow nload) File "/usr/lib/python2.6/site-packages/virtualenv-1.7.1.2-py2.6.egg/virtualenv .py", line 640, in install_pip filter_stdout=_filter_setup) File "/usr/lib/python2.6/site-packages/virtualenv-1.7.1.2-py2.6.egg/virtualenv .py", line 966, in call_subprocess cwd=cwd, env=env) File "/usr/lib/python2.6/subprocess.py", line 623, in __init__ errread, errwrite) File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child raise child_exception OSError: [Errno 13] Permission denied </code></pre> <p>Things I've already tried:</p> <ul> <li>run Cygwin as an administrator (the Windows-equivalent to sudo)</li> <li>chmod 777'ed EVERYTHING known to man</li> <li>banged my head against the wall</li> </ul> <p>Any help would be greatly appreciated! :)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload