Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 972ceb0

Browse files
committed
Update of README.md
Removal of maintainer notice, added description how to set Python binary for eval.
1 parent ff568b7 commit 972ceb0

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,28 @@
22

33
The 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

928
Copyright (C) 2013 Kodowa Inc.
1029

0 commit comments

Comments
 (0)