2023年10月3日星期二

Problems

scoop install Problem

Download: Status Legend:

Download: (ERR):error occurred.

Download: aria2 will resume download if the transfer is restarted.

Solve: 

  • Aria2 being unreliable (if you're facing problems with aria2, disable it by running scoop config aria2-enabled false and try again)

没有评论:

发表评论

Powershell中python始终指向anaconda问题

 Powershell中python始终指向anaconda,即便修改Path也没有办法改变,这时候使用 conda config --show,查看auto_activate_base,发现是true,conda config --set auto_activate_base ...