简体   繁体   中英

Pip install python modules easy

I am looking for an easy way to install/uninstall Python modules and found pip. Where does pip install to? I installed as an example "linkify" and it supposed to work but I didnt find it in the sitepackages. With videodownloader I had a permission denied issue at usr/local/bin. So I lost my hopes again to find something easy. Is there a python modules installation for dummies.

Setuptools, http://pypi.python.org/pypi/setuptools includes the EasyInstall tool.

Check out http://packages.python.org/distribute/easy_install.html#downloading-and-installing-a-package to see how to use it.

Once you get that installed it should be... easy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM