简体   繁体   中英

Remove unwanted python packages from linux

I have a server with CentOS installed on it. Python 2.6.6 was installed on it. I installed python 3.4.2 and 2.7.8. Now when i use command like :

pip install virtualenvwrapper

it's stop with error and error is for using different packages. How can i remove other packages and have just python 3.4.2? Sorry for my terrible English.

If you want to uninstall a package through pip , you can try

pip uninstall <package>

More details can be found here

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