PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 4th of August, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[11:48:44] <asd_> when i run: sudo pip isntall ThePirateBay, i get this error: http://paste.ubuntu.com/7951181/, anybody know whats the problem?
[11:49:08] <apollo13> sure, find the package which contains python.h and install it
[11:49:17] <apollo13> uhm pyconfig.h I mean
[11:49:21] <apollo13> but that's probably the same
[11:51:58] <apollo13> also, don't sudo install stuff…
[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
[12:58:15] <apollo13> jupp
[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:02:31] <apollo13> env|grep PATH
[21:02:40] <apollo13> you don't seem to have activated the venv…
[21:05:21] <wilornel> ach, I think it has to do with the "egg" pip is installing..
[21:05:39] <wilornel> apollo13: Yes, even after activating the venv it was finding fab in /usr/local/bin
[21:05:59] <wilornel> but I figured it out: deactivate, uninstall fabric, activate, uninstall fab, install fab
[21:06:08] <apollo13> lol
[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