Sadržaj
https://help.dreamhost.com/hc/en-us/articles/214202148-How-do-I-change-the-PHP-version-my-shell-uses-
php cli na 7.3
php folder lokacija - /opt/alt/php-fpm73/usr/bin
echo $PATH cd ~ ls -a
bash_profile => alias php='/opt/alt/php-fpm73/usr/bin/php' => export PATH=/opt/alt/php-fpm73/usr/bin:$PATH
build new profile
~/.bash_profile
vs code detecting wrong version
-disable inherit settings https://github.com/microsoft/vscode/issues/131534