Howto run crossover with Python 3 archlinux

well if some of you are having trouble about crossover maybe this is a solution.


#cd /opt/cxoffice/bin
#sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" *
#sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" *

#cd /opt/cxoffice/lib/python
#sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" *.py
#sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" *.py


it work for me at least!!!

fuente

1 comment:

Álvaro said...

Notable