Last active
May 1, 2025 11:00
-
Star
(136)
You must be signed in to star a gist -
Fork
(32)
You must be signed in to fork a gist
-
-
Save zaemiel/4fbd8b5125fda7a140be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Go to Sublime Text to: Tools -> Build System -> New Build System | |
and put the next lines: | |
{ | |
"cmd": ["python3", "-i", "-u", "$file"], | |
"file_regex": "^[ ]File \"(...?)\", line ([0-9]*)", | |
"selector": "source.python" | |
} | |
Then save it with a meaningful name like: python3.sublime-build | |
2. Go to Tools -> Build system -> and check python3 | |
test it with: | |
import sys | |
print(sys.version) | |
Press: Ctrl + b | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, you've probably figured this out already in the last 4 1/2 years lol, but in case anyone else needs an answer- The package to install is Terminus.