2月 18, 20232023年2月18日 使用venv创建独立的py运行环境 Python 0 mkdir project-name cd project-name python3 -m venv . source bin/activate pip3 install ...