Prerequisite: Completely uninstall any older major version of Python, e.g. 3.4, on the machine.
If you experience any issues during the installation of Lime CRM Server after installing Python 3.7 - ensure that the following is fulfilled.
Open a cmd prompt, run the command
python --version
and verify that the command returns version “3.7.X” (X might differ depending on what 3.7 release you have installed) and that it is the 64 bit version of Python. If the command fails, you need to make sure that Python is installed and that it exists in your path. If it returns the wrong version, you need to uninstall it and then install the correct version.
Link to a resource that describes how to change the path: https://www.computerhope.com/issues/ch000549.htm
Open a command prompt and run
where virtualenv
Verify that the command either returns this:
C:\Windows\system32>where virtualenv INFO: Could not find files for the given pattern(s).
Or:
C:\Windows\system32>where virtualenv <PATH-TO-GLOBAL-PYTHON-37-INSTALLATION\Scripts\virtualenv.exe
If the path points to Python34 you need to remove it from the path.