[12:57:32] <agronholm> is pip install --download "sqlalchemy < 0.9" supposed to work? I get 'You must give at least one requirement to install (see "pip help install")'
[12:57:59] <agronholm> oh, it requires a directory argument
[19:41:32] <wilornel> Hey guys! I am using Fabric to run a command, and instead of reading the files in the current directory, it reads the files in the .virtualenvs directory I am working on (and that directory seems to have old code...). How did my local files end up in that virtualenvs directory and why is it an old version of my code?
[20:42:42] <wilornel> How can I force virtualenv to use the `fab` command in the virtual environment and not he one in /usr/local/bin
[20:50:41] <wilornel_> Hey guys. Still not working...
[21:00:47] <apollo13> wilornel: as soon as the venv is active, everything in it's bin will get added to the path
[21:01:15] <apollo13> so there is nothing to "force"
[21:02:13] <wilornel> `which fab` will find the fab in /usr/local/bin first. How can I make it find the one in the virtualenv first?
[21:06:21] <apollo13> that's one way to fix stuff I guess
[21:07:34] <wilornel> how would should I had gone about the problem?
[21:08:02] <apollo13> ah it was probably okay, though I don't see any reason to uninstall the outer fabric
[23:58:23] <herrwolfe45> hi - is there a way to specify the output directory setup.py? I'm wanting to run egg_info, then read the a file, and I'd like it if I could control where the files are created