python - Python3.4 on Sublime Text 3 -


I followed these steps to get Python 3 on successful text3

Select the menu Tools & gt; Build & gt; Enter the new build system and the following:

  {"cmd": ["python3", "$ file"], "selector": "source.python", "file_regex": "file After that, it was saved in the following (mac-specific) directory: \ "(... * ...) \", line ([0-9] +) "}   

: ~

  [/ p>         

Errno 2] There are no such files or directories: 'python3'

You can use Python3 The absolute path to, because the excellent text does not read your ~ / .bash_profile file. Open the terminal, type which python3 , and use the full path:

  {"cmd": ["path / to / python3", "$ file "]," Selector ":" source.python "," file_regex ":" file \ "(... *?) \", Line ([0-9] +) "}    

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -