I ran through the setup procedure again, starting at "Setting up the environment" [1] and stopping just before the section "Alternative frontend: mod_python" [2].
Two issues: 1. It seems that the install of virtualenv needs to be run as root (`python -m easy_install virtualenv`). If this is really the case, I think we should add a `sudo` to the command in the documentation, so that the uninitiated (like myself) don't get confused by this. 2. I'm still seeing the error with the python egg cache being written into my home directory. I looked for a `.python` file for setting the PYTHON_EGG_CACHE parameter, but didn't find such a file in my home directory. If anyone can help with where I should specify this configuration parameter, I would greatly appreciate it! [1] http://trac.edgewall.org/wiki/TracDev/DevelopmentEnvironmentSetup#Settinguptheenvironment [2] http://trac.edgewall.org/wiki/TracDev/DevelopmentEnvironmentSetup#Settinguptheenvironment -- View this message in context: http://old.nabble.com/Questions-about-setting-up-Trac-development-environment-tp27011625p27024845.html Sent from the Trac Dev mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
