Snippets tagged “macos”
11 snippets use this tag.
- How do I install pip on macOS or OS X?Python
To install pip on macOS or OS X, you need to use the Terminal.
- How do you get php working on Mac OS X?PHP
To get PHP working on Mac OS X, you can follow these steps:
- How to install Java 8 on MacJava
To install Java 8 on macOS, follow these steps:
- How to install PIL with pip on Mac OS?Python
To install PIL (Python Imaging Library) using pip on Mac OS, you can use the following command in your terminal:
- How to open/run .jar file (double-click not working)?Java
To open a .jar file on a Windows system, you can do one of the following:
- How to set or change the default Java (JDK) version on macOS?Java
To set the default Java (JDK) version on macOS, you can use the java_home command line tool. Here's how:
- How to uninstall Python 2.7 on a Mac OS X 10.6.4?Python
To uninstall Python 2.7 on a Mac OS X 10.6.4, you can use the following commands in the terminal:
- MySQL Database won't start in XAMPP Manager-osxPHP
There could be a number of reasons why your MySQL database isn't starting in XAMPP on macOS.
- Update PHP to 7.4 macOS Catalina with brewPHP
To update PHP to version 7.4 on macOS Catalina using Homebrew, you can use the following steps:
- What is path of JDK on Mac ?Java
On macOS, the path of the JDK (Java Development Kit) is typically /Library/Java/JavaVirtualMachines/jdk<version>.jdk/Contents/Home, where <version> is the version of the JDK.
- Where is JAVA_HOME on macOS Mojave (10.14) to Lion (10.7)?Java
On macOS, the JAVA_HOME environment variable is typically set in the /etc/launchd.conf file.