lfs-scripts/scripts/chapter8/8.51-wheel.sh
2023-01-12 14:34:00 +05:30

10 lines
134 B
Bash

#!/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