bash2py icon indicating copy to clipboard operation
bash2py copied to clipboard

bash2py in a docker image, cf: http://www.swag.uwaterloo.ca/bash2py/index.html

Results 7 bash2py issues
Sort by recently updated
recently updated
newest added

hallo, i'm using your application but i got some error first i download your app on [this](https://www.swag.uwaterloo.ca/bash2py/downloads/index.html) webstie so when i install it ./install i got this error > Makefile:597:...

/usr/bin/ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status Makefile:556: recipe for target 'bash' failed make: *** [bash] Error 1

Will not run on ubuntu just failed with this lovely error. No error log to be found.... ``` ~/Documents/Python/bash2py-3.6$ ./install checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu...

Hello, I'm been using your docker bash2py trying to get it to work but , I'm getting this issues ./bash2py -f hello.ksh. "Segmentation fault" It creates the hello.sh.py file but...

I am trying to install a docker image of bash2py using following command: docker run https://hub.docker.com/r/imiell/bash2py/ Please correct me if doing it wrong.

I got this error when I was installing through bash2py manual when i try to run ./install I got this thing install: line 4: make: command not found -rw-r--r-- 1...

Hi Ian, This looks helpful, but I haven't quite sussed it out yet. How can I run this from the command line? I've tried: ``` $ docker run --name bash2py...