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
{{ message }}
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.
which allows installation of python by OS packages
without the ability to specify alternate packages, your system python is stuck at 2.6 on rhel (for example)
this issue [1] over on the python cookbook would solve that
until then, the inclusion of recipe[python] here means that system python is installed where alternate packages may have already been installed (due to local work-arounds to that issue)
this is likely compatible, but also unnecessary
if [1] is merged, this issue can be closed with nofix. otherwise, I'd want to make a pull-request here making that include_recipe statement optional (e.g., via an attribute).
This is a little bit convoluted, but:
[1] poise/python#90
The text was updated successfully, but these errors were encountered: