lfs-scripts/scripts/chapter8/8.51-wheel.sh

11 lines
134 B
Bash
Raw Normal View History

2023-01-12 09:04:00 +00:00
#!/bin/bash
cd /sources
tar xf Python-3.10.6.tar.xz
cd Python-3.10.6
pip3 install --no-index $PWD
cd /sources
rm -rf Python-3.10.6