Closed terrycojones closed 5 years ago
I can't reproduce your problem, for me creating virtualenv somewhere I have permissions to write doesnt error out. Are you sure you have write permissions? Are you trying to write over an existing virtualenv in place?
I followed the instructions to try to make myself a virtualenv:
This seems to be succeeding...
But then a permission denied error happens:
There's a lot more similar output, all with errno 13 messages. Looking at one of the mentioned files (from the
copytree
error), I can see it exists, but it has 555 perms:I can see
virtualenv_support/virtualenv.py
has amake_exe
function that looks like it could be setting the 555 perm. That's as far as I've looked, at present. Let me know if I can help.