How To: Run Python 2.7 and Python 3.5 Script in Sublime Text 3

05.05.2017
installation path to Python, you can just run the following script, which will output the path to where Python is installed on your machine: ``` import os import sys os.path.dirname(sys.executable)...

Похожие видео