简体   繁体   中英

How can I install multiple xampp on Mac?

I using macOS High Sierra version 10.13.1

I want to install two xampp in my Mac (xampp 7.0.27 and xampp 7.1.13)

First, I had install xampp 7.0.27 in my Mac and it works. It's stored in /Applications/XAMPP

Second, I try to install xampp 7.1.13 in my Mac. Seems it's failed. Because it's stored in /Applications/XAMPP too. Does not seem to be custom the path

How can I solve this problem?

A not-so-pretty solution that works:

  1. Install the first XAMPP version and then rename /Applications/XAMPP to something like /Applications/XAMPP-7.0.27 .

  2. After that, install the second XAMPP version and then rename /Applications/XAMPP to something like /Applications/XAMPP-7.1.13 .

In order to run the preferred version just rename it back to /Applications/XAMPP and run the manager-osx.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM