Skip to content

Install is not setting proper environment variable for PIP #135375

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

Closed
UfotOnoTofu opened this issue Jun 11, 2025 · 1 comment
Closed

Install is not setting proper environment variable for PIP #135375

UfotOnoTofu opened this issue Jun 11, 2025 · 1 comment
Labels

Comments

@UfotOnoTofu
Copy link

UfotOnoTofu commented Jun 11, 2025

Bug report

Bug description:

# Add a code block here, if required

AI helped me find the problem. When python was installing, it was setting path variables of:
c:\users\dwigh\appdata\local\programs\python\python313\lib\site-packages and
c:\users\dwigh\appdata\local\programs\python\python313

Pip resides in:
c:\users\dwigh\appdata\local\programs\python\python313\Scripts

And when I installed, I told it to update the PATH variable. So, evidently Python has a screwed up install.

CPython versions tested on:

3.13

Operating systems tested on:

Windows

@UfotOnoTofu UfotOnoTofu added the type-bug An unexpected behavior, bug, or error label Jun 11, 2025
@ZeroIntensity
Copy link
Member

Hi, use python -m pip if scripts aren't on your PATH. I don't think they're added by default on Windows.

@ZeroIntensity ZeroIntensity closed this as not planned Won't fix, can't repro, duplicate, stale Jun 11, 2025
@ZeroIntensity ZeroIntensity added invalid and removed type-bug An unexpected behavior, bug, or error labels Jun 11, 2025
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