astral-sh / astral-sh/python-build-standalone

Add an executable "pip" command on Windows (matching the UNIX distributions)

Open
#711 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.