标签: python virtualenv
这两个命令virtualenv venv -p python3和virtualenv venv -p python3之间的区别是什么?它们将如何影响我的代码。考虑我的迷你项目目录中的id。
virtualenv venv -p python3
id