Sublime Forum

I can't input left-brace ”(“ directly in python file

#1

Guys, I installed subl on Ubuntu 16.04, and it was impossible to input left-brace in python file. Eg.
I had write:
def Foo
press left-brace, and no response on the editor, but it’s possible to insert a left-brace. Why???
BTW, I found the problem on .py file, other file seems ok.

0 Likes

#2

It looks anaconda made it. How to configure anaconda?

0 Likes

#3

I found the reason: anaconda can’t work with jedi. disable jedi.

2 Likes

#4

It works!
Thanks a lot!

0 Likes