[10:24:22] <MrJones> is there an option that makes pip clean up the contents of the --build dir after a run?
[12:21:55] <gsnedders> I'm trying to figure out if venv/bin/pip install [xyz] is a no-op or not through pkg_resources, and getting caught out pkg_resources.requires throwing VersionConflict when there's something in site-packages. Should I be creating a pkg_resources.WorkingSet with just the relevant paths in the venv?
[16:51:29] <skzn__> Where does pip install to on windows? for instance I just ran pip install awscli. The command succeeded but awscli is not available as a command in command prompt. I am assuming I just need to update PATH, but what path do I add?
[18:42:31] <utek> skzn__: what is your python path?