PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Sunday the 3rd of August, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[11:42:39] <Turion> I have Gentoo with python2 and python3 (default) installed. How can I use pip to install packages for python2?
[13:44:44] <tos9> Turion: Use the pip corresponding to the py2
[15:21:21] <herrwolfe45> hi - I'm relatively new at working with setuptools, etc. I'm trying to figure out how to generate egg_info as a Python object instead of having to call setup and then read in the egg_info as files
[15:22:20] <herrwolfe45> My goal is to be able to verify that the extras_requires dictionary does what I expect it to
[15:45:31] <herrwolfe45> it seems like this is where one could use the disutils.core.Distribution object with run_setup