Sublime Forum

Get Filenotfound error 2

#1

I am tryng to start python in sublime and using: sublime,tools,sublimerepl,python,python and i received the error message: filenotfound error 2.
I am using Python 3.6.2 on sublime3126. Python is on: C:\Users\Cristian\AppData\Local\Programs\Python and sublime on C:\Program Files\Sublime Text 3.

I understand that I need to modify sublime, Preferences, Packagesettings, sublimerepl,setting-user adding the code:
{
“default_extend_env”: {“PATH”:“C:\python27\”},
}
But I tryed several path:python, python36-32 (a directory under python) and is not working.

I will appreciate help.
Regards
Cristian

0 Likes