astral-sh / astral-sh/python-build-standalone
Add an executable "pip" command on Windows (matching the UNIX distributions)
Open
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 314
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 27
Description
make a pip.bat with
```
@echo off
setlocal
python.exe -m pip %*
```
so now we can use pip install like always
Contributor guide
Assessment
This issue has not been assessed yet.