Conda Update Package To Specific Version Code Example


Example 1: conda update package


# Basic syntax:
conda update packagename # To update specific package in the current env
conda update --all # To update all packages in the current environment
conda update -n myenv --all # To update all packages in myenv environment

Example 2: conda import specific version


conda install <pkg>=<version>

#for example

conda install matplotlib=1.4.3

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable