Sublime Forum

Anaconda plugin. WTF?

#1

Hello I installed anaconda plugin for python autocompletion in ST3 and it only draw boxes evolving my code?? No autocompletion or anything else¿? wtf xD

Any help on this? thanks

0 Likes

#2

You may need read the documentation for Anaconda. Out of the box it may work, but if you are working in a virtualenv, you may need to do some additional configuring. For example, I am working on a project in a virtualenv so I edited the project settings to have the “python_interpreter” set to “/home/me/.virtualenvs/my_project/bin/python”

Also, keep an eye on the status bar at the bottom of the window as it will give you some information about what is going on.

0 Likes

#3

I’m in a virtualenv and I’ve already set the custom python interpreter, but no way to make Anaconda to work :frowning: I had to switch to jedi, which works flawlessly out of the box btw :smile:

0 Likes