📅  最后修改于: 2022-03-11 14:45:44.436000             🧑  作者: Mango
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/'