We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e8f7b commit 6ab9eaaCopy full SHA for 6ab9eaa
python-as-wrapper.yaml
@@ -19,9 +19,12 @@ package:
19
# * python3 might be a symlink to another python version
20
# * python3 may not exist at all - with only python3.XX installed.
21
#
22
-# Using the wrapper that this package provides if you do
23
-# 'python3 -m pip install pkg', then 'pkg's provided scripts will have
24
-# a shbang of /usr/bin/python3.XX.
+# This wrapper will cause the scripts generated by 'python3 -m pip install pkg'
+# to be generated with a shbang of /usr/bin/python3.Y instead of /usr/bin/python3.
+#
25
+# Note: None of these packages are intended for production use.
26
+# They are intended to be used to accomodate package build systems
27
+# That invoke 'python3' or 'python'.
28
data:
29
- name: py-versions
30
items:
0 commit comments