You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow to shiv packages for different versions of python (e.g. 3.8, 3.9, 3.10) from a single version of python (e.g. 3.8) in which shiv is installed, it would be practical to use the python interpreter to use in the shebang line as the python interpreter to use in the "python -m pip install --target ..."
The text was updated successfully, but these errors were encountered:
hi @sdementen,
this is an interesting suggestion and one I'm open to, however I would prefer that it be explicit rather than implicit.. perhaps as a flag? --pip-interpreter or --pip-path ?
Yes indeed. If not from backward incompatibilities, I would have set it as the default as it is the more natural.
Maybe add a warning for the default case if the version of the two python interpreters (target and runtime) are not the same
To allow to shiv packages for different versions of python (e.g. 3.8, 3.9, 3.10) from a single version of python (e.g. 3.8) in which shiv is installed, it would be practical to use the python interpreter to use in the shebang line as the python interpreter to use in the "python -m pip install --target ..."
The text was updated successfully, but these errors were encountered: