Thursday, November 1, 2012

CrossOver on Arch

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.

1 comment:

Anonymous said...

Thank you so much...it works...thanks for saving my time...