VSCode 中Python Github環境搭建

2021-09-13 16:52:40 字數 417 閱讀 4367

1.每個.py檔案中都可以單獨指定python版本,方法是在前面加上:

#!/usr/local/bin/python3.7

2.mac一般預設python2,在python3中安裝requests庫,方法為:pip3 install requests

安裝python3後會預設安裝好pip3,所以直接執行上行就可以在python3環境中安裝requests

$ git config --global user.name "your name"

$ git config --global user.email "[email protected]"

到github.com中找到專案路徑,git clone 

5.plint是乙個提示外掛程式,chinese,vscode中文外掛程式。 

VScode中外掛程式推薦

beautify brachet pair colorizer 在js中顯示每個括號的範圍 chinese simplified language pack for.漢化 auto rename tag 自動更改標籤名 html snippets jquery code snippets mater...

vs code中 bootstrap的使用

what is bootstrap?是乙個封裝好的庫,裡邊有很多的css樣式和script.功能非常的強大,引入bootstrap可以使我們的頁面更加的美觀,同時節省自己程式設計的時間。在vs code 中新增bootstrap 開啟vs code 使用擴充套件功能,搜尋bootstrap 3 sn...

ts安裝,vscode中除錯

全域性安裝 cnpm i typescript g 生成命令 tsc 初始化專案 生成 tsconfig.json 配置檔案 tsc init 搭配vscode使用 1.code runner run code 導致輸出亂碼,如下圖 解決方法 全域性安裝一下 ts node cnpm i ts no...