sudo apt-get install open-vm-tools-desktop
apt install #安装
apt autoremove #卸载
anaconda安装
清华源下载
放至ubuntu文件夹中
bash ...
安装pytorch
https://pytorch.org/
conda install pytorch torchvision torchaudio cpuonly -c pytorch
import torch
x = torch.rand(5,3)
print(x)
#go 代理
#如果您使用的 Go 版本是 1.13 及以上, 可以使用以下命令解决
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.io,direct
#其他可以试试下面的
go env -w GOPROXY=https://goproxy.io
#用淘宝镜像进行install
npm install --registry=https://registry.npm.taobao.org