commit d1a9d92

hovercats  ·  2024-10-11 03:33:36 +0000 UTC
parent f424404
python: create /usr/bin/env symlink for compability with the many python scripts that use this instead of /bin/env or /usr/bin/python.
2 files changed,  +4, -1
+3, -0
1@@ -51,3 +51,6 @@ ln -s pip3    "$1/usr/bin/pip"
2 
3 # Compress manpages
4 find "$1/usr/share/man" -type f -exec gzip -n -9 {} +
5+
6+# A lot of python scripts use #!/usr/bin/env python
7+ln -sf ../../bin/env "$1/usr/bin/env"
+1, -1
1@@ -1 +1 @@
2-3.11.7 2
3+3.11.7 3