PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 3rd of November, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[10:33:02] <psi29a> Is there a way to rename a package on pypi? (Ldaptor to ldaptor) ?
[11:29:07] <psi29a> dstufft: ping :)
[13:00:41] <dAnjou> hi, can i include other configuration files in $HOME/.pip/pip.conf?
[14:55:14] <dstufft> psi29a: easiest way is to delete the package and re-register it
[15:22:49] <psi29a> dstufft: thanks :)
[17:06:58] <biggi_mat> Hello. Is there a way of installing two different versions of a package with pip? I have an issue where one of software I need depends on package version1 and another one on package version2 but pip wants to uninstall firstly installed version when installing another version
[17:09:16] <dAnjou> biggi_mat: virtualenv
[17:09:33] <dAnjou> create one for every single project
[17:11:19] <biggi_mat> Hm…I’ll see how I can get into that
[17:11:19] <biggi_mat> Thanks dAnjou
[17:12:40] <dAnjou> i wonder how you knew about pip but not about virtualenv ;)
[17:13:02] <dAnjou> those two are best friends
[17:15:07] <biggi_mat> dAnjou: I knew about virtualenv
[17:15:20] <biggi_mat> I just didn’t find it suitable from the first glance
[17:15:41] <biggi_mat> Maybe because I’m looking at the problem wrong
[17:18:12] <biggi_mat> Thing is - I want to do _everything_ without root
[17:18:12] <biggi_mat> So I’m…well…going around and around
[17:18:57] <doismellburning> that is another use for virtualenv...
[18:03:21] <tos9> What is "setup() arguments must *always* be /-separated paths relative to the setup.py directory, *never* absolute paths."
[18:03:39] <tos9> Why is that even true, why does it care, and how can I figure out what's making a path absolute, because it isn't me.
[18:03:57] <tos9> (The path getting passed into scripts= is, as it's passed I see, relatve, even though I don't want it to be.)
[18:08:03] <tos9> Oh. I guess if setup.py is being execfile'd then this will be absolute.
[18:17:26] <biggi_mat> Yet not exactly implemented by previous implementator
[18:17:33] <biggi_mat> I’m looking for..options
[18:17:40] <biggi_mat> Rather poorly, maybe
[18:17:42] <biggi_mat> But it’s a start