sublime-text-virtualenv
sublime-text-virtualenv copied to clipboard
Manage your virtualenvs directly from Sublime Text 3
https://github.com/AdrianLC/sublime-text-virtualenv/blob/e05905ad508c173904b62d9e9e083ca3944c1370/commands.py#L11 Tried with ST4 and got the following in the console ``` Packages/Virtualenv.sublime-package/commands.py", line 126, in AttributeError: 'module' object has no attribute 'exec' ``` To get this package working in...
For ST4 compatibility
I generally have the habit to put my virtualenvs inside each project directory, and I use direnv to generate and activate my virtualenv automatically inside the project directory in the...
I have tried the latest version on Mac OS, but I still cannot build my project properly using virtualenv. In my virtualenv I used Python 3.5, but when I used...
Hi! how can I run the build with Terminus instead of using the console, so I can get nice features like colors and so on? Python+Virtualenv build uses virtualenv_exec as...
cancel build
When running a python file using the virtualenv package, it is not possible to cancel the build using the 'Cancel Build' button located in `Tools` tab
Sorry to interrupt. Could you tell me how to automatically enter virtualenv without manually activate? I want an effect like this: ①double click a xx.py file and enter into sublime...
please see #3
From [integrations.py#L32](https://github.com/AdrianLC/sublime-text-virtualenv/blob/e05905ad508c173904b62d9e9e083ca3944c1370/integrations.py#L32), which is the same with REPL's method. I cannot see its benefits comparing to its flaws. My recommendation is in my PR at wuub/SublimeREPL#515. Since mans there do...
Adding env so that PYTHONIOENCODING can be correctly set.