Closed tkimnguyen closed 4 years ago
According to https://virtualenv.pypa.io/en/latest/changes/#v16-7-0-2019-07-23 it is in virtualenv 16.7.0 that you can create virtual environments for 3.xy (https://github.com/pypa/virtualenv/pull/1385). I modified the main_install_script.sh
to download virtualenv 16.7.8 (the latest) and use it instead of the included 16.6.0, and it created the virtualenv successfully, including installing pip
.
I'm now looking at how to update the included virtualenv to 16.7.8 ... great docs at https://github.com/plone/Installers-UnifiedInstaller/blob/master/UPDATING_ME.txt !
Fixed in https://github.com/plone/Installers-UnifiedInstaller/pull/97. New release of installer uploaded to https://launchpad.net/plone/5.2/5.2/+download/Plone-5.2.0-UnifiedInstaller-r3.tgz and will be linked from https://plone.org/download/releases/5.2 once more testing is complete (tested on macOS Catalina).
Linked
I was just trying out the installer on my iMac, which I recently upgraded to Catalina. I’m getting this error. Looking at how pip should be installed.
And here is the log: