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
On Centos7 the default virtualenv does not include the following three pip installable packages which are installed by default on other versions of Ubuntu and Centos when creating a new virtualenv:
Sorry for not getting to this earlier. This does not cause a problem with the playbook, as one of the first things the plone server role does on RedHat family machines is update pip, virtualenv and setuptools.
On Centos7 the default virtualenv does not include the following three pip installable packages which are installed by default on other versions of Ubuntu and Centos when creating a new virtualenv:
Running:
shows these packages are missing on the default Centos7 installation.
output example:
Manual fix, log into the server and:
check your work:
Output example after fix (and successful playbook rerun):
Similar / same? issue: pypa/setuptools#942
The text was updated successfully, but these errors were encountered: