apache user can not write to .python-eggs [duplicate]
I have read that I need to set the PYTHON_EGG_CACHE
environment variable, or install the python library as an uncompressed .egg
Which do you suggest?
Asked by: Chelsea908 | Posted: 28-01-2022
Answer 1
It totally depends on if you want to make the egg available as a generally available library or just for a single (or a handful of applications). Are you talking about a Trac installation? If so, there are also a handful of alternatives to make the egg available per instance:
http://trac.edgewall.org/wiki/TracPlugins
Answered by: Ryan993 | Posted: 01-03-2022Similar questions
database - .python-eggs permission denied
I'm getting the following error when trying to create a simple db with Django. I'm the only user on this computer, so I should be an admin. How do I make it so that I have permissions so that Django can just do its thing?
here is some more of the error:
[Errno 13] Permission denied: '/Users/tyre77/.python-eggs/simplejson-2.1.6-py2.7-macosx-10.7-intel.egg-tmp/simplejson/tmpUxM60A.$extract'
The Pytho...
Still can't find your answer? Check out these communities...
PySlackers | Full Stack Python | NHS Python | Pythonist Cafe | Hacker Earth | Discord Python