Python on Windows

Gisle Vanem gvanem at broadpark.no
Sat Oct 20 08:47:51 EDT 2012


"Tim Golden" <mail at timgolden.me.uk> wrote:

> In general, you'll want to be using a mechanism such as pip:
> 
>  http://pypi.python.org/pypi/pip
> 
> which will look things up on PyPI so you can just do "pip install
> newmodule". 

And if you have a pip.bat from some Perl installation sitting before 
python's Scripts dir in your %PATH, remember to use 
"pip.exe install newmodule" instead.

My Strawberry Perl has this "Perl Installation Package". Maybe I should
rearrange my %PATH? 

--gv



More information about the Python-list mailing list