I used to have a Anaconda Python 2.7 installed and the Anaconda plugin for ST3.
This worked well and I could build Python scripts with either Anaconda or Automatic set as the Build System.
I recently upgraded to Anaconda Python 3 and now ST3 still wants to run Python scripts with Python 2. When I try to run a Python script in ST I get:
[Errno 2] No such file or directory: '/home/user/anaconda2/bin/python'
[cmd: ['/home/user/anaconda2/bin/python', '-u', '/home/user/.../program.py']]
...
I did completely remove the Anaconda Python 2 installation and I did reinstall the Anaconda plugin in ST3.
My question is: In which ST configuration file is the path to the Python executable specified?
I am running on an Ubuntu machine.