Newbie : installing and upgrading python module.

Posted by iamgopal on Stack Overflow See other posts from Stack Overflow or by iamgopal
Published on 2010-06-12T11:52:28Z Indexed on 2010/06/12 12:13 UTC
Read the original article Hit count: 210

Filed under:

I have downloaded and install a python library, via setup.py , python2.5 setup.py install ...

now the version is changed at the source . a newer library is available. originally , i have clone it via mercurial, and install it. right now , i have updated repository.

how do i use the newer version ? overwrite the installation ?

by simply doing setup.py install again ?

© Stack Overflow or respective owner

Related posts about python