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

Do not inherit PYTHONNOUSERSITE from the any process #9233

Closed
DonJayamanne opened this issue Mar 4, 2022 · 0 comments · Fixed by #9232
Closed

Do not inherit PYTHONNOUSERSITE from the any process #9233

DonJayamanne opened this issue Mar 4, 2022 · 0 comments · Fixed by #9232
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@DonJayamanne
Copy link
Contributor

  • The kernels can inherit the global env variables for PYTHONNOUSERSITE
    • We need to ensure they don't & its never set when not required
  • Also we need to ensure if this was incorrectly set, we unset this variable (i.e. delete it if we don't need it at all).

As a result we cannot start the global kernels when using Jupyter.

@DonJayamanne DonJayamanne added the bug Issue identified by VS Code Team member as probable bug label Mar 4, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant