Snippets tagged “terminal”
8 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 I print colored text to the terminal?Python
You can use the termcolor module to print colored text to the terminal in Python.
- How to clear the console?Java
To clear the console in most command-line interfaces (CLI), you can use the clear or cls command.
- How to install Java 8 on MacJava
To install Java 8 on macOS, follow these steps:
- How to run my php file from mac terminal?PHP
To run a PHP file from the Mac terminal, you will need to have a web server installed, such as Apache, and PHP should be configured correctly with the server.
- How to set JAVA_HOME environment variable on Mac OS X 10.9?Java
To set the JAVA_HOME environment variable on Mac OS X 10.9, follow these steps:
- 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:
- Use different PHP version CLI executable for one commandPHP
You can use the alias command in your terminal to create a new command that runs a different version of PHP.