运行命令conda activate cellphonedb出现问题
问题:
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
解决方法:
# 激活环境
source activate
# 退出环境
conda deactivate
运行命令conda activate cellphonedb出现问题
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
# 激活环境
source activate
# 退出环境
conda deactivate