Alias for conda remove. See conda remove -help. OPTIONS positional arguments: packagename Package names to uninstall from the environment. Optional arguments:-h, -help Show this help message and exit.y, -yes Do not ask for confirmation.dry-run Only display what would have been done. Download the anaconda-clean program with the following command. Conda install -c anaconda anaconda-clean. Step 4: anaconda-clean. Anaconda-clean -yes. it will create a backup file, you can delete it later Step 5: Go to control panel and uninstall it normally.
Gurobi supports the latest version of Python for Windows. Please choose the version of Anaconda you wish to download by visiting the Anaconda website here:
Once the download is complete, click on it to run the installer.
The next step is to install the Gurobi package into Anaconda. You do this by first adding the Gurobi channel into your Anaconda platform and then installing the gurobi package from this channel. From an Anaconda terminal issue the following command to add the Gurobi channel to your default search list:
Now issue the following command to install the Gurobi package:
You can remove the Gurobi package at any time by issuing the command:
The third step is to setup a Gurobi license (if you haven’t already done so). You are now ready to use Gurobi from within Anaconda. Your next step is to launch either the Spyder IDE or Jupyter Notebook.