服务器配置

1、vscode连接服务器

Remote Explorer --- New Remote

 name@address        例如:[email protected]

回车打开config文件

Host为列表中显示的名字

HostName为地址

User为用户名

2、安装anconda

在Index of /中选择合适的版本,并下载:wget https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh

依次执行chmod +x Anaconda3-2022.10-Linux-x86_64.sh

./Anaconda3-2022.10-Linux-x86_64.sh

输入回车,遇到yes/no输入yes

询问是否需要初始化,输入yes

激活:source ~/.bashrc

创建环境判断是否可以使用:conda create -n name python=3.9

你可能感兴趣的:(服务器,vscode)