[sqlalchemy] Re: sqlalchemy in virtualenv Instructions

2008-06-10 Thread King Simon-NFHD78
Lukasz Szybalski wrote: I have mysqldb installed in the system wide install how do I tell virtualenv to use it? I don't see a need to install it in virtualenv again so I guess I just have to givea right path? How, and in which file? Thanks, Lucas File

[sqlalchemy] Re: sqlalchemy in virtualenv Instructions

2008-06-10 Thread Lukasz Szybalski
On Tue, Jun 10, 2008 at 6:12 AM, King Simon-NFHD78 [EMAIL PROTECTED] wrote: Lukasz Szybalski wrote: I have mysqldb installed in the system wide install how do I tell virtualenv to use it? I don't see a need to install it in virtualenv again so I guess I just have to givea right path? How,

[sqlalchemy] Re: sqlalchemy in virtualenv Instructions

2008-06-09 Thread Lukasz Szybalski
On Mon, Apr 14, 2008 at 12:12 PM, Lukasz Szybalski [EMAIL PROTECTED] wrote: On Mon, Apr 14, 2008 at 11:38 AM, jason kirtland [EMAIL PROTECTED] wrote: Lukasz Szybalski wrote: On Mon, Apr 14, 2008 at 11:30 AM, jason kirtland [EMAIL PROTECTED] wrote: Lukasz Szybalski wrote: Hello,

[sqlalchemy] Re: sqlalchemy in virtualenv Instructions

2008-04-14 Thread jason kirtland
Lukasz Szybalski wrote: Hello, Below you can find instructions on how to setup sqlalchemy in virtual environment. http://lucasmanual.com/mywiki/TurboGears#head-36fb4094da01b8c28e8bdca803c0f05774eb13b8 Installing SQLAlchemy in a virtualenv is the same as for any package on listed on PYPI:

[sqlalchemy] Re: sqlalchemy in virtualenv Instructions

2008-04-14 Thread Lukasz Szybalski
On Mon, Apr 14, 2008 at 11:30 AM, jason kirtland [EMAIL PROTECTED] wrote: Lukasz Szybalski wrote: Hello, Below you can find instructions on how to setup sqlalchemy in virtual environment. http://lucasmanual.com/mywiki/TurboGears#head-36fb4094da01b8c28e8bdca803c0f05774eb13b8

[sqlalchemy] Re: sqlalchemy in virtualenv Instructions

2008-04-14 Thread jason kirtland
Lukasz Szybalski wrote: On Mon, Apr 14, 2008 at 11:30 AM, jason kirtland [EMAIL PROTECTED] wrote: Lukasz Szybalski wrote: Hello, Below you can find instructions on how to setup sqlalchemy in virtual environment.

[sqlalchemy] Re: sqlalchemy in virtualenv Instructions

2008-04-14 Thread Douglas Mayle
Wow, you've been using virtualenv in the most difficult way possible bin/activate is a bash script that sets up you path and all other environment variables you need to use it. running souce bin/ activate (or . bin/activate) causes it to effect the current shell. Just type deactivate when

[sqlalchemy] Re: sqlalchemy in virtualenv Instructions

2008-04-14 Thread Lukasz Szybalski
On Mon, Apr 14, 2008 at 11:38 AM, jason kirtland [EMAIL PROTECTED] wrote: Lukasz Szybalski wrote: On Mon, Apr 14, 2008 at 11:30 AM, jason kirtland [EMAIL PROTECTED] wrote: Lukasz Szybalski wrote: Hello, Below you can find instructions on how to setup sqlalchemy in virtual

[sqlalchemy] Re: sqlalchemy in virtualenv Instructions

2008-04-14 Thread Douglas Mayle
You shouldn't be mucking about with the PYTHONPATH at all. before installing, activate the venv and ti will just do the right thing... On Apr 14, 2008, at 1:12 PM, Lukasz Szybalski wrote: On Mon, Apr 14, 2008 at 11:38 AM, jason kirtland [EMAIL PROTECTED] wrote: Lukasz Szybalski wrote: