PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 2nd of August, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[04:17:46] <dearcarr0t> There are python2.7 and python3.3 on my system. I tried to intall Python packages. How can I intall the packages into C:\PYTHON27 instead of C:\PYTHON33 ?
[04:19:00] <dearcarr0t> Anyone there,please?
[04:20:00] <tomprince> dearcarr0t: People watch this channel, but probably don't sit looking at it. If you ask a question and then wait (several hours to a day, you should get a response)
[04:20:40] <dearcarr0t> Aye. Thanks!
[08:05:46] <Ivo_> damnit
[08:05:56] <Ivo_> why do people quit before I can answer their question
[09:13:51] <the8thbit> Ivo_: because they hate you
[09:15:33] <the8thbit> that is the only rational explanation
[09:23:30] <pombreda> dearcarrot: rather than installing in one place or the other, you should consider using virtualenv, one with 2.7 and another with 3.3. Otherwise pip will install globally by default in the default system python that is in your path, whatever that is
[10:25:05] <pombreda> Ivo_: you wrote: "wheel is a compiled package, .tar.gz is a source package" ... :) I should know better, I contributed some conversion code to wheel :D