Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaks when gnome-terminal doesn't exist (and others) #1

Open
VasuAgrawal opened this issue Sep 11, 2015 · 1 comment
Open

breaks when gnome-terminal doesn't exist (and others) #1

VasuAgrawal opened this issue Sep 11, 2015 · 1 comment

Comments

@VasuAgrawal
Copy link
Owner

Testing with a different OS (Lubuntu of some version?) revealed that the installer script doesn't quite work properly on all linux OS's. Unfortunately the bash script fails since gnome-terminal doesn't exist, and it doesn't seem like x-terminal-emulator did anything. I'll need to figure out how to do try / except.

On a related note, the installation also seemed to throw an error, but all of the files were generated properly (so it seems). If there's no damage done then I will ignore this for now, but the above needs to be fixed.

@VasuAgrawal
Copy link
Owner Author

Can fix the windows thing by changing the bat file to:

@echo off
start python3 -i %1
exit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant