How to uninstall the quantainsti environment in anaconda
In a terminal you type
conda deactivate
if you are currently in the quantra_py environment, then type
conda remove -n quantra_py --all
Alternatively if you use Anaconda Navigator select the Environments tab
on the left (below Home) and I believe there's an option to delete an environment
there (but I haven't used Anaconda Navigator in a while)
Hi Souvik,
You can uninstall the quantra_py environment using the below code:
conda env remove --name quantra_py