Scoop的github页面有使用Powershell的Windows的安装说明(我成功地做到了),但是对于支持python的Colab (或者可以使用%%Bash作为cmd命令),有没有办法在Colab上使用Powershell命令,比如cmd。准确地说,这是我需要执行的命令:
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
# or shorter
iwr -useb get.scoop.sh | iex发布于 2020-09-19 01:03:30
独家新闻只能在Windows上运行。但Google Colab是Ubuntu linux。
所以,你不能在Colab中使用它。
https://stackoverflow.com/questions/63927972
复制相似问题