Sublime Forum

Configuring Sublime Text for Python 3 on OS X

#1

I am following directions by Matthes on Configuring Sublime Text for Python 3 on OSX. I get the following error:

[Errno 2] No such file or directory: ‘/uss/local/bin/python3’
[cmd: [’/uss/local/bin/python3’, ‘-u’, ‘/Users/yolanda/Library/Application Support/Sublime Text 3/Packages/User/Python3.sublime-build’]]
[dir: /Users/yolanda/Library/Application Support/Sublime Text 3/Packages/User]
[path: /Library/Frameworks/Python.framework/Versions/3.7/bin:/anaconda/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin]
[Finished]

I am very new to programming and failure at such an early step is disheartening. Can someone please help. I get two different “answers” for “python is …” after I put in $ type -a python3. I have no doubt the solution is very obvious to someone.

0 Likes

#2

It’s hard to say what the problem might be without knowing what you did, but one thing that’s not correct (most likely) is that it should be usr not uss in the path above, e.g. /usr/local/bin/python3.

Changing that may or may not have an effect on it working or not.

What is the output you see for type -a python3?

0 Likes