K.Wanter
K.Wanter

Reputation: 1059

spyder ctrl + click not working

I'm using anaconda with python3 on ubuntu, and created a new env with python2, in the new env, I also installed spyder, but with the spyder, I can't "go to definition" with ctrl + click shortcut, can anyone help me? Thanks very much!

Upvotes: 2

Views: 3988

Answers (1)

K.Wanter
K.Wanter

Reputation: 1059

It turns out that ctrl+click shortcut does not work only for a specific package that I imported of which the path was added in the scripts manually, so spyder cannot find the package path without running it, so just add the path to PYTHONPATH manager in the spyder IDE, then the problem resolved.

Upvotes: 4

Related Questions