0

[Background: I installed Sublime Text 3 on Windows 64 bit and installed the Anaconda package. i'm using a Python 3.5 build system. I set up my sublime by following this video: https://www.youtube.com/watch?v=xFciV6Ew5r4

I'm getting this error when trying to run/build the Python code.

[1]
[WinError 2] The system cannot find the file specified
[cmd: ['/usr/local/bin/python3.5', '-u', 'C:\\Users\\Seve\\AppData\\Roaming\\Sublime Text 3\\Code.py']]
[dir: C:\Users\Seve\AppData\Roaming\Sublime Text 3]
[path: C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\Seve\AppData\Local\Microsoft\WindowsApps;C:\Users\Seve\AppData\Local\atom\bin]

What do I have to do to get this to work?

I am also getting this error on startup: Startup Error

1
  • 1
    Your system is trying to find python on /usr/local/bin/python3.5 which is a Linux based path. Commented Sep 29, 2018 at 17:30

1 Answer 1

0

Your startup error and sublime error is due to the fact that your python is not set up properly. Your sublime and anaconda are looking for python in windows generic path under C directory but you have somehow entered through CMD a wrong path

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.