Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

switch php version

sudo update-alternatives --config php
sudo update-alternatives --config phar
sudo update-alternatives --config phar.phar
Comment

switch php versions

On Mac using Home Brew, you can switch php versions easily:
brew unlink php@8.0
brew link php@7.1

Or follow the upgrade path to get your app to support the newer php version
Comment

PREVIOUS NEXT
Code Example
Shell :: bash check if python package is installed 
Shell :: bash vim how to append text to every line 
Shell :: how to install teamspeak server arch linux 
Shell :: add a cookie to curl 
Shell :: diff from last commit 
Shell :: sum decimals bash 
Shell :: powershell add to env path 
Shell :: how do i clone a specific branch in git 
Shell :: check which users are part of a group linux 
Shell :: pesquisar git 
Shell :: get vscode extensions with ps1 
Shell :: get wsl version 
Shell :: how to update discord on ubuntu 
Shell :: set zsh as default shell 
Shell :: how to reverse a git pull 
Shell :: install android sdk 
Shell :: linux hide command output 
Shell :: git code push 
Shell :: shell script to count number of lines in a file 
Shell :: linux bash clear log file space 
Shell :: enable wifi raspberry pi headless 
Shell :: cli zip 
Shell :: add your SSH key to the ssh-agent. 
Shell :: install golang 
Shell :: nim install 
Shell :: .gitignore not working 
Shell :: tinymce django install 
Shell :: bash kill all terminal 
Shell :: install auth token 
Shell :: github get parent branch 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =