刚创建的python虚拟环境,使用激活命令【conda activate envsName】激活时报错:

解决ubuntu激活python虚拟环境错误CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.

 

 解决办法:

(1)ubuntu系统命令行执行:

source activate

(2)ubuntu系统命令行执行:

source deactivate

(3)重新执行激活命令:

conda activate dycrectum

激活成功:

解决ubuntu激活python虚拟环境错误CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.

 

相关文章:

  • 2022-12-23
  • 2021-09-27
  • 2021-12-30
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2021-04-16
  • 2021-09-04
  • 2022-12-23
相关资源
相似解决方案