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

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
That worked. Thanks!