mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
669 B
669 B
Building manylinux1 wheels
- Clone debugpy to a base directory (say
C:\git), giving debugpy repository atC:\git\debugpy. - Create dir
distunderC:\debugpy\dist. - Run the following command:
- x86_64:
docker run --rm -v C:\git:/io -w /io quay.io/pypa/manylinux1_x86_64:latest /io/debugpy/linux/build_plat.sh /io/debugpy /io/dist cp37-cp37m - i686:
docker run --rm -v C:\git:/io -w /io quay.io/pypa/manylinux1_i686:latest /io/debugpy/linux/build_plat.sh /io/debugpy/io/dist cp37-cp37m
- After the run the built wheel should be in
C:\git\dist.
Other python ABI options:
- cp27-cp27m
- cp27-cp27mu
- cp35-cp35m
- cp36-cp36m
- cp37-cp37m
- cp38-cp38m