File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11Sublime Text - Virtualenv
22=========================
33
4- Manage your virtualenvs directly from Sublime Text __ 3__ . (BETA)
4+ Manage your virtualenvs directly from Sublime Text __ 3__ .
55
66## Features
77
@@ -55,6 +55,10 @@ path and select a python binary. The new virtualenv will be activated automatica
5555
5656Use the command ` Virtualenv: Remove ` , choose a virtualenv and confirm.
5757
58+ #### Integrations
59+
60+ Launch a Python REPL using the current virtualenv with the command ` Virtualenv: SublimeREPL - Python ` .
61+
5862
5963## Settings
6064
@@ -87,7 +91,7 @@ Extending or customizing the build system should be possible. Just set `"target"
8791
8892Just some ideas for possible improvements.
8993
90- - Integration with other packages. Paths for [ SublimeCodeIntel] [ ] ?
94+ - Integration with more packages. Paths for [ SublimeCodeIntel] [ ] ?
9195- _ Brother_ package for ` pip ` commands.
9296
9397
Original file line number Diff line number Diff line change 1+ Virtualenv 1.1.0
2+ ================
3+
4+ - pypy executables should also show up now in the list of available python targets.
5+ - Added creation of virtualenvs with the built-in 'venv' module (Python 3.3+).
6+ - Integration with SublimeREPL. If SublimeREPL is installed and a virtualenv is active the
7+ command "Virtualenv: SublimeREPL - Python" will launch a REPL with the current virtualenv.
You can’t perform that action at this time.
0 commit comments