Hello,
I am trying to use sqlalchemy from svn.
I have checkout the code in /home/lucas/tmp/sqlalchemy

I installed python-virtualenv
I created my virtualenv

python /usr/lib/python2.4/site-packages/virtualenv.py ENV

I install sqlalchemy

export PYTHONPATH=/home/lucas/ENV/lib/python2.4/site-packages/
python setup.py install --prefix /home/lucas/ENV

But when I type
$python
import sqlalchemy

I still get the old version in my global python instead of my virtual env.

Ideas?
Lucas


-- 
Automotive Recall Database. Cars, Trucks, etc.
http://www.lucasmanual.com/recall/
Install Broadcom wireless card on Linux:
http://lucasmanual.com/mywiki/bcm43xx

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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