All Questions
3 questions
0
votes
1
answer
1k
views
PYTHONPATH not being updated
Currently I use pyenv to have a particular python version installed. Then I use pipenv to create virtual environments for my various projects in python.
Currently I have a project structure similar ...
1
vote
1
answer
1k
views
Use tabs for indentation in Python mode
I am using Emacs for Python developement. My team is using Tab indentation, so I must do the same. The problem is that I can't figure out how to make python-mode use tabs instead of spaces. I want ...
2
votes
1
answer
279
views
emacs python2.7
I would like to have emacs work as a python ide for me. I can't seem to find how to compile from within emacs. I'm using python2.7 but when I do M-x python-mode it seems to compile using python2.7. Is ...