【发布时间】:2022-08-24 15:54:03
【问题描述】:
我的机器上有 Python 3.10。但我想将 3.8 用于项目。如何使用 Python 3.8 创建虚拟环境?
标签: python-3.x python-3.8
我的机器上有 Python 3.10。但我想将 3.8 用于项目。如何使用 Python 3.8 创建虚拟环境?
标签: python-3.x python-3.8
我用这个命令解决了它:
virtualenv venv --python=python3.8
【讨论】: