I am trying Light Table and learning how to use it. Overall, I like it, but I noticed that the only means of making the watches and inline evaluation work in Python programs uses Python 2.7.8, making it incompatible with some of my code. Is there a way to make it use Python 3 instead?
I looked on Google and GitHub and I couldn't find anything promising.
I am using a Mac with OS X 10.10.2. I have an installation of Python 3.4.0 that runs fine from the Terminal.
[:app :lt.plugins.python/python-exe "/Library/Frameworks/Python.framework/Versions/3.4/bin/python3.4"]
– Herring