Y
Hacker News
new
|
ask
|
show
|
jobs
by
sandipagr
4792 days ago
Yeah, virtualenvs support is an absolute must have for it to be considered seriously for Python development.
1 comments
leetrout
4792 days ago
If you run LT from the command line after you've activated your venv it will use it.
$ workon foo $ /PATH_TO_LT/LightTable.app/Contents/MacOS/node-webkit
link
sandipagr
4792 days ago
That worked. Thanks!
link