好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

Sublime Python3 虚拟环境配置详解

建立 Sublime 的软链接
$ ln /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/

相关学习推荐:Python3视频教程

开始

创建项目文件夹,进入目录

创建 Test2 项目,使用 Sublime 打开

$ python3 -m venv env

激活虚拟 python 环境

$ source ./env/bin/activate

退出虚拟 python 环境

$ deactivate

以上就是Sublime Python3 虚拟环境配置详解的详细内容!

查看更多关于Sublime Python3 虚拟环境配置详解的详细内容...

  阅读:31次