Sublime text3 and virtualenvs

后端 未结 4 1695
被撕碎了的回忆
被撕碎了的回忆 2020-11-27 10:48

I have different virtualenv\'s (made with virtualenwrapper) and I\'d like to be able to specify which virtualenv to use with each proj

4条回答
  •  悲&欢浪女
    2020-11-27 11:27

    There is a sublime text3 package, named Virtualenv, allowing you to build using the Python from your virtualenv.

    It supports any versions of Python in your virtualenv, and works very well for me (MacOS).

    To install it, we just command+Shift+P to call out pacakge control (install it if you don't have it yet), then type install. Next type virtualenv, when you see it appears click return to install it.

    After installing it, select Tools --> Build System --> Python + Virtualenv. Then you can use command + B to execute your Python projects.

    Click Here to check further information.

提交回复
热议问题