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