pyvenv 是Python 3附带的脚本,但由于存在问题(更不用说混乱的名称了)而在Python 3.6中不推荐使用。在Python 3.6+中,确切的等效条件是 python3 -m venv .
確定! 回上一頁