export SYSTEM_VERSION_COMPAT=1
open -a "Parallels Desktop"
If Parallels Desktop is already installed, temporary workaround is to run Parallels Desktop as shown below:
- Open Terminal (Finder > Applications > Utilities > Terminal).
- Execute the following commands one by one:
export SYSTEM_VERSION_COMPAT=1 open -a "Parallels Desktop"
If Parallels Desktop fails to install, do the following:
-
If Parallels Desktop App Store Edition is installed, uninstall it.
-
Download Parallels Desktop 15 installation file. Other Parallels Desktop versions can be downloaded here
-
Double-click the downloaded file to mount it.
-
Open Terminal (Finder > Applications > Utilities > Terminal) and execute the following commands one by one:
sudo -E -s
(You will need to enter your Mac password to run the command. No symbols will be shown due to security measures, so just hit the keys and use Return/Enter.)cd /Volumes/Parallels\ Desktop\ 15
export SYSTEM_VERSION_COMPAT=1
open Install.app
-
If the installation is successful, run Parallels Desktop by following the instructions above
网友评论