PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Tuesday the 27th of January, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[10:08:06] <straycat> I've just noticed the requirements set obtained by pip during 'install' seems to vary based on what's already installed on the system. Obviously I can use a virtualenv to get some sort of consistency here but I'm wondering if there's a better way
[10:14:09] <ionelmc> straycat: --ignore-installed perhaps?
[10:27:43] <straycat> ionelmc, perfect thanks