Posit Assistant bash shell environment variable inheritance #13610
Answered
by
jmcphers
jeffkeller-einc
asked this question in
Q&A
Answered by
jmcphers
May 19, 2026
Replies: 1 comment
|
Yes, this is a known issue. Posit Assistant runs bash directly, whereas Positron Assistant runs bash commands in the Terminal tab. The Terminal tab is wired up to all of the environment variable settings (see the Show Environment Contributions command), but plain bash isn't. We'll make sure this has the attention of the Assistant team. In the meantime, you'd probably need to set things in a place in a plain old |
0 replies
Answer selected by
jeffkeller-einc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this is a known issue. Posit Assistant runs bash directly, whereas Positron Assistant runs bash commands in the Terminal tab. The Terminal tab is wired up to all of the environment variable settings (see the Show Environment Contributions command), but plain bash isn't.
We'll make sure this has the attention of the Assistant team. In the meantime, you'd probably need to set things in a place in a plain old
.bashrcto make them visible to Assistant.