If you are about to install it on Arch Linux, you may encounter the failure:
/usr/bin/env: python: No such file or directory
There might be no issue if installing from AUR but I used downloaded binary.
The solution was found here:
sudo ln -sf /usr/bin/python2 /usr/bin/python
It helped.
/usr/bin/env: python: No such file or directory
There might be no issue if installing from AUR but I used downloaded binary.
The solution was found here:
sudo ln -sf /usr/bin/python2 /usr/bin/python
It helped.
1 comment:
Thank you so much...it works...thanks for saving my time...
Post a Comment