简体   繁体   中英

How do I remove/add the python interpreter from eclipse?

I'm an eclipse noob.

After adding PyDev to eclipse, I try to create a "PyDev Django Project", but and I get the "Django not found" error.

I heard that you have to remove the python interpreter from eclipse, then add it again. But I don't know how to do that.

Can someone show me how to remove/add the python interpreter in eclipse?

It is greatly appreciated.

Brent.

On the menubar go to Window -> Preferences -> Pydev -> Interpreters -> Python

Remove the interpreter and click on Quick Auto Config .

That should do the trick. Make sure django is installed first.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM