Answers for "conda install update"

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
0

conda python update

conda install python= pythonversion
Posted by: Guest on April-29-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language