I am trying to configure Python for my Emacs on Ubuntu, and I get the following error:
/usr/bin/env: python2: No such file or directory
Can someone help me with it? What can I do to resolve it?
Try this command in terminal
sudo ln -s /usr/bin/python2.6 /usr/bin/python2
or
sudo apt-get install python2
Probably that's just true. The link /usr/bin/python2 -> (the real one)
should be provided by your Python package, but that's obviously not the case, nor on any other location where it can be found via the $PATH
.
You should put the said link in your path at the (an) appropriate place.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With