This is really a question for the virtual-env list, not here, but

For your
    python setup.py install

You must run this using the python executable from the new private
directory, not the system python executable.

Same thing when you run the python interpreter where you wish to do the
local (virtual) import, you must run the private python executable, not the
system-installed version.

Otherwise, you'll just be back in the system environment.

Rick

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

Reply via email to