Mike Orr wrote:
> On Wed, May 14, 2008 at 8:58 AM, Ian Bicking <[EMAIL PROTECTED]> wrote:
>> You might want to do something similar to appengine-monkey:
>> https://appengine-monkey.googlecode.com/svn/trunk/paste-deploy.py (it
>> uses a virtualenv and then also a fixup script to make the virtualenv
>> somewhat relocatable:
>> https://appengine-monkey.googlecode.com/svn/trunk/pth_relpath_fixup.py)
> 
> Those pages require authentication.

Oops, they are from my checkout.  Take of the https and it should be okay.

> What are the current limitations for making virtualenvs relocatable?

Well, the activate script is hardcoded, and possibly some python 
setup.py develop locations, and the location of the standard prefix.

The only one that matters in a deployed situation is python setup.py 
develop locations (which pth_relpath_fixup fixes).

-- 
Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to