sublime-text-virtualenv
sublime-text-virtualenv copied to clipboard
Support virtualenv inside project directories
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 terminal.
However, this workflow seems not supported by this plugin: I can't find a way to specify in "virtualenv_directories" to search in the current project directory.
Is this possible currently? If not, can this be added?