Python创建环境

Python创建环境

创建虚拟环境:

python3 -m venv env_name
source env_name/bin/activate

退出虚拟环境:

deactivate

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注