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

Bun not working on warp #4863

Open
1 task done
mentasuave01 opened this issue May 2, 2024 · 2 comments
Open
1 task done

Bun not working on warp #4863

mentasuave01 opened this issue May 2, 2024 · 2 comments
Labels
Bugs Bugs, Hangs, Crash, and Freezes

Comments

@mentasuave01
Copy link

Dupe Check

Describe the bug

image

To reproduce

Open warp terminal and call bun, bun path is registered in ~/.bashrc

Expected behavior

No response

Screenshots

No response

Operating system

Linux

Operating system and version

Ubuntu 22.04

Shell Version

5.1.16

Current Warp version

v0.2024.04.23.08.01.stable_03

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

No response

Does this block you from using Warp daily?

Yes, this issue prevents me from using Warp daily.

Is this a Warp specific issue? (i.e. does it happen in Terminal, iTerm, Kitty, etc.)

Yes, this I confirmed this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

@mentasuave01 mentasuave01 added the Bugs Bugs, Hangs, Crash, and Freezes label May 2, 2024
@acarl005
Copy link

acarl005 commented May 2, 2024

Hi @mentasuave01 thanks for reporting. What's the other terminal in this screenshot? Is it GNOME terminal? Is it running bash as a non-login shell? Warp does run bash as a login shell. So, it's possible you need to add to your PATH inside ~/.bash_profile instead. Personally, I include this snippet in my ~/.bash_profile to ensure everything in my ~/.bashrc gets run for login and non-login shells:

[ -f ~/.bashrc ] && source ~/.bashrc

We should also make sure that Warp is selecting the right shell. Can you run this command in both terminals and post the output?

$SHELL --version

@dannyneira
Copy link
Member

You can also confirm if bun is being registered by running which bun which should print out the binaries directory/location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes
Projects
None yet
Development

No branches or pull requests

3 participants