简体   繁体   中英

How to remove a particular version of Numpy

I have multiple different versions of numpy on my mac and I want to uninstall version less than 1.8. How do I find out all the versions of numpy installed and how do I remove unwanted versions? I am using Mac OSx maverick and python 2.7

Go to your site-packages directory, and remove the versions you don't want. If you're not sure where this is on your system, do:

>>> import site; site.getsitepackages()

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