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

Kernelspec.json can contain outdated env variables #2254

Closed
DonJayamanne opened this issue Feb 21, 2020 · 1 comment
Closed

Kernelspec.json can contain outdated env variables #2254

DonJayamanne opened this issue Feb 21, 2020 · 1 comment
Assignees

Comments

@DonJayamanne
Copy link
Contributor

Today we add env variables into kernelspec to ensure conda environments launch correctly.
However we never update these vars.
Thus if a user updates the env variables, things might not work as expected.

Note:

  • When we run jupyter we always use the latest environment variables.
  • I.e. jupyter is started with latest env variables
  • Kernel is started with old variables.
  • Thus new variables should show up in kernel process, not sure about existing ones such as PATH, and the like.

Would be hi pri, as we identified a state that was broken on @IanMatthewHuff machine. Only solution is to:

  • Delete kernel
  • Or update env in kernelspec.json
  • Or use new kernel
@rchiodo rchiodo self-assigned this Feb 25, 2020
@DonJayamanne
Copy link
Contributor Author

Yay, validated

@lock lock bot locked as resolved and limited conversation to collaborators Mar 10, 2020
@microsoft microsoft unlocked this conversation Nov 13, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 13, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants