> Would it also make sense to use --no-site-packages when installing multiple
> virtualenv to develop on multiple versions of Trac (e.g. 0.11.7dev and
> 0.12dev)?

No, that isn't necessary unless you have a Trac installed globally already.

> I'm seeing some errors when trying to switch between development
> environments.  For example, I get an error that seems to be related to the
> 0.12dev environment, when trying to start the 0.11.4 development environment
>...
>   File "/usr/local/bin/tracd", line 5, in <module>
>...
> pkg_resources.DistributionNotFound: Trac==0.12dev-r9001

The problem is that you're running tracd, which is shared systemwide.
For development, the equivalent command is trac/web/standalone.py, which
should work with whatever version is in your path/virtualenv.

Tim
-- 
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.


Reply via email to