Skip to content

Commit 6ab9eaa

Browse files
committed
adjust note feedback
1 parent 05e8f7b commit 6ab9eaa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

python-as-wrapper.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ package:
1919
# * python3 might be a symlink to another python version
2020
# * python3 may not exist at all - with only python3.XX installed.
2121
#
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.
22+
# This wrapper will cause the scripts generated by 'python3 -m pip install pkg'
23+
# to be generated with a shbang of /usr/bin/python3.Y instead of /usr/bin/python3.
24+
#
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'.
2528
data:
2629
- name: py-versions
2730
items:

0 commit comments

Comments
 (0)