This repository was archived by the owner on Oct 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 22
33The official Python language plugin for Light Table.
44
5- ** Note: This plugin is seeking a maintainer as the core team does not use this**
5+ ## Python 2 vs Python 3
6+ ### Linux
67
7- ###License
8+ Light Table v0.8.1 is using your system default Python, which on most Linux distributions in time of writing this means Python 2.
9+ If you want to check what is your system default Python, try ``` ls -l /usr/bin/python ``` you'll probably get something like this:
10+
11+ lrwxrwxrwx 1 root root 16 Lip 1 21:41 /usr/bin/python -> /usr/bin/python2
12+
13+ If you want that Light Table for eval use some other version of Python, put in your ``` user.behaviors ``` following:
14+
15+ [:app :lt.plugins.python/python-exe "/usr/bin/pythonX"]
16+
17+ where ** X** is 3 or 3.5 or whatever Python version you have installed and you want to use with LightTable eval.
18+
19+ ##Terminology used
20+
21+ For (maybe) unknown words like eval or REPL please check http://docs.lighttable.com/#what
22+
23+ If by chance you see somewhere LT, it stands for Light Table, of course.
24+
25+
26+ ##License
827
928Copyright (C) 2013 Kodowa Inc.
1029
You can’t perform that action at this time.
0 commit comments