Answers for "python update in conda"

1

conda update pytorch

conda update pytorch torchvision -c pytorch
Posted by: Guest on May-18-2020
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

Browse Popular Code Answers by Language