Emacs Python 3.3 in Ubuntu 13.04 -


how emacs 24 use python 3.3 in ubuntu 13.04?

when used

sudo rm /usr/bin/python sudo ln -s /usr/bin/python3.3 /usr/bin/python 

the apt-get update got in trouble (since apparently depends on python 2.7)

how change emacs?

i tried

(setq py-python-command "python3") suggested on so, did not work either.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -