|
|
@ -62,7 +62,7 @@ function install_macos(){
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
# Install the required packages
|
|
|
|
# Install the required packages
|
|
|
|
echo "Installing required Packages"
|
|
|
|
echo "Installing required Packages"
|
|
|
|
if [! commad --version python3 &> /dev/null ]; then
|
|
|
|
if [! command --version python3 &> /dev/null ]; then
|
|
|
|
echo "Installing python3"
|
|
|
|
echo "Installing python3"
|
|
|
|
brew install python@3.10
|
|
|
|
brew install python@3.10
|
|
|
|
else
|
|
|
|
else
|
|
|
|