https://bugzilla.redhat.com/show_bug.cgi?id=1591745 Robert-André Mauchin <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@xxxxxxxxx --- Comment #1 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- - Why: mv %{srcname}-%{version} python2-%{srcname} cp -a python2-%{srcname} python3-%{srcname} find python2-%{srcname} -name '*.py' | xargs sed -i '1s|^#!.*|#!%{__python2}|' find python3-%{srcname} -name '*.py' | xargs sed -i '1s|^#!.*|#!%{__python3}|' you can build python 2 and python 3 in the same directory with no issue. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx/message/FE5DVW7RT6SH6DC2F4DDUAAPM25KT5SJ/