I recently requested a student license for Enthought Canopy. The only laptop I carry with me is my chromebook, so I decided to install Canopy so that I could program on the fly. I have Ubuntu 12.04 installed using Crouton. After installing with the 32-bit sh file, I went to open the file in the Canopy directory:
$ ./canopy
But I received the following error:
./bin/_python: 1: ./bin/_python: Syntax error: "(" unexpected
This is on a fresh bare-bones Ubuntu install. Researched around, I guess this is a pretty obscure problem. Is there any way that I can edit and run python using canopy on this device? Even if I have to run it without the gui, as long as I can use the canopy debugger and ipython session.