question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgraded to new version, running gam now ends terminal session

See original GitHub issue

I updated gam with bash <(curl -s -S -L https://git.io/install-gam). Now when I run the app, even just gam version, the terminal session ends. Mac OS 10.13.4. Python 3.6.4 via Anaconda.

In Terminal, the only output is [Process completed]. It literally closes the terminal window in Hyper.

Happy to provide more info, but not sure how. Is there a verbose mode?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:22 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
other-ryancommented, Jun 18, 2018

just ran into this in our environment as well. commenting out this line in my .bashrc/.bash_profile fixed it: gam() { "/home/{username}/bin/gam/gam" "$@" ; }

i replaced it with this instead: alias gam="/home/{username}/bin/gam/gam"

1reaction
jgruiz68commented, Aug 7, 2018

Same issue here after upgrading to gam version 4.5, after reading this issue, I noticed I had the following in my .bashrc file:

gam() { “/home/{username}/bin/gam/gam” “$@” ; }

Removed, and made sure other gam alias was in the same file:

alias gam=“/home/{username}/bin/gam/gam”

and after gam is working ok again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgraded to new version, running gam now ends terminal ...
I updated gam with bash <(curl -s -S -L https://git.io/install-gam). Now when I run the app, even just gam version, the terminal session...
Read more >
Last update completely breaks wine compatibility
Hey everyone. I'd like to preface this post by saying that I understand that Blizzard does not officially support Linux, and that we...
Read more >
Windows 11 22H2 new features and changes - Pureinfotech
Alternatively, you can install the new update using a USB ... the menu now includes the “Terminal” entry to open Windows Terminal as...
Read more >
MobaXterm Xserver with SSH, telnet, RDP, VNC and X11
Improvement: updated the local terminal environment to the latest version ... Improvement: you can now select the SSH protocol version for each SSH...
Read more >
Windows Terminal tips and tricks | Microsoft Learn
In this page, you will find tips and tricks to help improve your Windows Terminal experience.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found