python - install python version to custom prefix or altinstall

This commit is contained in:
2023-02-03 10:25:05 +01:00
parent 655beece68
commit 9ba4335bcc
2 changed files with 128 additions and 0 deletions

5
seqs/python.cfg.example Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
readonly sc_pyVersion=3.10
# If empty, configure (for altinstall) uses default value (/usr/local)
readonly sc_pyPrefix= #todo