sublime-text-virtualenv icon indicating copy to clipboard operation
sublime-text-virtualenv copied to clipboard

Manage your virtualenvs directly from Sublime Text 3

Results 15 sublime-text-virtualenv issues
Sort by recently updated
recently updated
newest added

I have Anaconda installed with Python 2.7 on Windows 10, and I created a virtual environment that uses Python 3.5. If I activate the Python 3.5 virtual environment within SublimeText...

For commands.py: Anaconda and other python-related packages requires `python_interpreter` in project settings in order to work with virtual envs. For integrations.py Because the `SublimeREPL` package does not support for newer...

postactivate seems to not be loaded. To test it I added a path to `$PYTHONPATH`: ``` export OLD_PYTHONPATH="$PYTHONPATH" if [ -z $PYTHONPATH ]; then export PYTHONPATH=/home/bsemene/dev/logging_handlers else export PYTHONPATH=$PYTHONPATH:/home/bsemene/dev/logging_handlers fi...

I'm running ST3 build 3114 with the virtualenv package. I added 3 venvs using the directory add option. Later on I deleted those venvs and recreated them, re-adding the directory....

I use this plugin with SublimeREPL and have had no problems until now. However, I'm just now trying to import a locally defined module within SublimeREPL + virtualenv, and I'm...