PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 9th of June, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[00:23:27] <ricardo`> tos9: I ended up reinstalling it from scratch. It seems to be behaving as I expect it to.
[22:53:16] <mumm_ra> I'm trying to support somebody's python application on a win64 cygwin environment. I tried installing pip first via the file on the pip website. Nothing was output when I ran python2.7 get-pip.py . After this I decided to try installing using easy_install. Easy_install tells me pip is installed, and displays a path. However pip does not seem to function.
[23:05:38] <tomprince> mumm_ra: What does "not seem to function" mean.
[23:57:36] <mumm_ra> it didn't print anything to the console anytime i execute it. I tried pip -help and pip --help and nothing is printed to the console...