On Thursday, September 19, 2013 4:06:56 PM UTC-4, Skip Montanaro wrote:
>
> I am not a Windows person, but wouldn't pip do the trick?
>
PIP would definitely do the trick. Does the MSI include PIP? If it does not
include PIP, then how can I easily install it from the command line? I am
looking f
Hello All,
I really hate Windows, and I have only intermittent access to Windows machines
right now.
When I install Python 2.7 on Windows using the MSI installer, it definitely
does not modify the PATH variable. So I modify the PATH variable myself as
follows:
setx PATH %PATH%;C:\Python27\
Q