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 45809fd commit 5706860Copy full SHA for 5706860
py3-pip.spec
@@ -13,5 +13,6 @@ python3 %{_sourcedir}/get-pip.py --no-setuptools --no-wheel pip==%{realversion}
13
14
%install
15
%{relocatePy3SitePackages}
16
-perl -p -i -e "s|^#!.*python.*|#!/usr/bin/env python3|" %{i}/bin/*
17
rm -f %{i}/bin/pip
+perl -p -i -e "s|^#!.*python.*|#!/usr/bin/env python3|" %{i}/bin/pip3*
18
+perl -p -i -e "s| %{cmsroot}/.*/python3 | python3 |" %{i}/bin/pip3*
0 commit comments