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

Warning about installing packages into global environment when installing venv #24813

Closed
Tyriar opened this issue Feb 13, 2025 · 2 comments
Closed
Assignees
Labels
info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team

Comments

@Tyriar
Copy link
Member

Tyriar commented Feb 13, 2025

While trying to set up dev for this repo I ran into this error. I think it's warning me about installing venv into the global environment, but that's normal and fine isn't it?

Image
Image

The actual warning showed up while python3 -m install nox was running after the environment was activated, which was a little confusing as I think the change it's referring to happened 30-60 seconds earlier

@Tyriar Tyriar added the feature-request Request for new features or functionality label Feb 13, 2025
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Feb 13, 2025
@Tyriar
Copy link
Member Author

Tyriar commented Feb 13, 2025

Related: #24814

@Tyriar Tyriar removed the feature-request Request for new features or functionality label Feb 13, 2025
@karthiknadig
Copy link
Member

See what happened in the explanation for #24814 (comment)

nox indeed get installed in the global environment. Hence you had to explictly add the global scripts location to the PATH.

@karthiknadig karthiknadig closed this as not planned Won't fix, can't repro, duplicate, stale Feb 13, 2025
@github-actions github-actions bot added the info-needed Issue requires more information from poster label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants