简体   繁体   中英

How to remove old version of gurobi in Windows

I am using gurobi with anaconda and python, and recently downloaded an updated version (7.5.2) to update the already installed 7.0.2 version that is on my computer.

I can find the conda command line prompts to remove the conda installed package, but cannot find any code anywhere to remove the 7.0.2 version from my computer so that it doesn't keep referencing 7.0.2 when I try to install new version via conda again.

If anyone can offer any advice it would be much appreciated! Interesting that there is nothing in the gurobi docs that states how to do this.

I suggest the following:

conda list to see what's in the environment, and how it was installed.

If gurobi was installed as a conda package then use conda uninstall gurobi , if using pip then use pip uninstall gurobi .

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