xxxxxxxxxx
/* Step 1 */
install homebrew
/* Step 2 */
brew install composer
xxxxxxxxxx
curl -sS https://getcomposer.org/installer | php
php composer.phar install
mv composer.phar /usr/local/bin/composer
open -e ~/.zshrc
// or open -e ~/.bash_profile
alias composer="php /usr/local/bin/composer"
xxxxxxxxxx
Run the below commands inside the Terminal:
Step 1.
sudo php -r "copy('https://getcomposer.org/installer','composer-setup.php');"
Step 2.
php composer-setup.php
Step 3.
sudo mv composer.phar /usr/local/bin/composer
xxxxxxxxxx
Y
.-^-.
/ \ .- ~ ~ -.
() () / _ _ `. _ _ _
\_ _/ / / \ \ . ~ _ _ ~ .
| | / / \ \ .' .~ ~-. `.
| | / / ) ) / / `.`.
\ \_ _/ / / / / / `'
\_ _ _.' / / ( (
/ / \ \
/ / \ \
/ / ) )
( ( / /
`. `. .' /
`. ~ - - - - ~ .'
~ . _ _ _ _ . ~
xxxxxxxxxx
1. install homebrew (https://www.youtube.com/watch?v=IWJKRmFLn-g)
2. install php (brew install php@8.1)
3. install composer (brew install composer)
xxxxxxxxxx
Python is an interpreted, high-level,
general-purpose programming language.
//as you can also see to your right --------------------->
but also note interpreted, not compiled.