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

Environment variables from CLI are only passed for the first instance launched #728

Open
krassowski opened this issue Nov 11, 2023 · 0 comments
Labels

Comments

@krassowski
Copy link
Member

krassowski commented Nov 11, 2023

Description

Environment variables from CLI are only passed for the first instance launched. Depending on what CLI command you use first you will get different env variables in both instances.

Reproduce

  1. In project (a) run MY_VAR=a jlab .
  2. Switch to project (b)
  3. In project (b) run MY_VAR=b jlab .
  4. See that kernels in both windows of jlab have MY_VAR=a.

Expected behavior

Env variables can be passed on per-window basis.

Context

v4.0.7-1

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

No branches or pull requests

2 participants