Answers for "removing a channel from aconda"

0

removing a channel from aconda

conda config --get channels

#-------Output-------------#
--add channels 'defaults'   # lowest priority
--add channels 'https://pypi.org/project/librosa/'
--add channels 'intel'   # highest priority
#--------------------------#

conda config --remove channels 'https://pypi.org/project/librosa/'
Posted by: Guest on August-12-2020

Code answers related to "removing a channel from aconda"

Python Answers by Framework

Browse Popular Code Answers by Language