Published
- 1 min read
error: can`t find python executable "python", you can set the python env variable.
The solution for this is noted below
error: can`t find python executable “python”, you can set the python env variable.
Solution
apt-get update
apt-get install python2.7
ln -s /usr/bin/python2.7 /usr/bin/python
Try other methods by searching on the site. That is if this doesn’t work