Sublime Forum

Anaconda bin Mac OS path

#1

Hi,

after doing a clean uninstall of Anaconda and ST3, I tried reinstalling everything via pip (Python and all its modules - NumPy, Pandas, TF, etc…).

I’m currently using an iMac with High Sierra (10.13.6)

When I try to build some code, I get the following error:
[path: /Library/Frameworks/Python.framework/Versions/3.7/bin:/Users/alvaroybanez/anaconda3/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/anaconda3/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/alvaroybanez/.rvm/bin]

I’ve run Onyx to get rid of all possible caches but this keeps appearing. I can’t seem to get rid of the problem because those Anaconda related folders don’t exist in my root or user Library.

I’ve tried:
{
“cmd”:
["/usr/local/bin/python3.7", “-u”, “$file”],
“file_regex”: “^[ ]File "(…?)”, line ([0-9]*)",
“selector”: “source.python”
}

But still doesn’t work.

Any thoughts?

Thanks in advance.

0 Likes