venv 是 pyhton 的虚拟环境
安装
1 | sudo apt install python3.8-venv |
使用
1 | python3 -m venv pgadmin4 # 创建 venv |
venv 是 pyhton 的虚拟环境
1 | sudo apt install python3.8-venv |
1 | python3 -m venv pgadmin4 # 创建 venv |
原文作者:Maple
原文链接:https://blog.vmko.cc/2022/05/19/2022-04/python-venv/
发表日期:May 19th 2022, 2:48:15 pm
更新日期:May 19th 2022, 2:58:39 pm
版权声明:本文采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可