Python

安装虚拟环境 sudo pip install virtualenv

// 创建隔离环境 virtualenv --no-site-packages {dir}

Last updated

Was this helpful?