Answers for "conda upgrade to specific version"

9

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
Posted by: Guest on October-14-2020

Code answers related to "conda upgrade to specific version"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language