windows 环境 conda 安装后 配置环境变量
运行 conda init; conda active base
创建虚拟环境 conda create -n my_venv python=3.9.5
虚拟环境应用 file-->New project --> Existing interpreter ...-->Virtualenv environment-->interpreter ...-->C:User\.env\my_venv\python.exe
gitee
本地安装git后 生成ssh 在gitee 中配置ssh
gitee中添加绑定邮件
pycharm 连接gitee files-->setting-->plugins 安装giteeVCS-->Get from version control 选择gitee 邮件加密码登录 (不用先创建仓库)
代码创建生成后 第一次推送仓库 VCS --> Import into version control --> share project on Gitee (推送取消掉.idea)