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 do I do resolve it ?
Thanks, Murtaza
closed as off topic by Lars Wirzenius, J.F. Sebastian, casperOne♦ Sep 4 '12 at 12:43Questions on Stack Overflow are expected to relate to programming within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about reopening questions here.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||||||||
|
|||||||||
|
Probably that's just true. The link You should put the said link in your path at the (an) appropriate place. |
|||||||||||||||||||||
|
|
Try this command in terminal
or
|
|||||||||
|
|
On Ubuntu 12.04. To find out what package owns the file:
To find out what packages depend on the package:
It show that if you have Check whether
|
|||
|
|