Emacs: distinguish between Python 2.x and 3.x in emacs

I use Emacs and am currently working on projects using different versions of Python (2.x and 3.x), and both have different documentation sets and different interactive shells.

I want to be able to distinguish between these versions in Emacs (so I read the correct documentation using pylookup, and also installed the correct interactive shell). How can I do this in Emacs?

+4
source share
1 answer

See this old question: Both Python 2 and 3 in Emacs

+1
source

Source: https://habr.com/ru/post/1342561/


All Articles