安装vscode

 

1、下载vscode安装包

因为vscode官网下载太慢, 所以从360的软件库下载:

https://baoku.360.cn/soft/search?kw=vscode

 

2、直接点击安装

 

3、设置为中文;

在Ctrl+shiift+X,在扩展中输入chinese,点击安装;

安装完成,出现弹窗提示,点击应用和重启即可;

 

4、pip使用不了

PS C:\Users\gongl1\OneDrive - Dell Technologies\03VSCode> pip install requests
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was         
included, verify that the path is correct and try again.
At line:1 char:1
+ pip install requests
+ ~~~
    + CategoryInfo          : ObjectNotFound: (pip:String) [], CommandNotFoundException
PS C:\Users\gongl1\OneDrive - Dell Technologies\03VSCode>

  

安装完python是自带pip,但是环境变量没有添加到笔记本;所有需要手动添加

 

 

修改路径后,重启vscode;

 

posted @ 2022-07-11 00:14  凡事预则立,不预则废  阅读(252)  评论(0编辑  收藏  举报