Quellcode durchsuchen

feat: python虚拟环境补充

kindring vor 10 Monaten
Ursprung
Commit
96e5b8c2bb
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      python相关/py环境处理.md

+ 4 - 0
python相关/py环境处理.md

@@ -110,3 +110,7 @@ sudo apt install python3.7-venv
 python3.7 -m venv ./.env
 source ./.env/bin/activate
 ```
+#e 退出虚拟环境
+```shell
+deactivate
+```