From a5ec44421a64762de0878746f59beed5aa4323dc Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Tue, 24 Nov 2020 05:30:41 -0500 Subject: [PATCH] restore brew and pip installs --- bin/first_time_macosx.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/first_time_macosx.sh b/bin/first_time_macosx.sh index 55e65ecb..4a7f64a8 100755 --- a/bin/first_time_macosx.sh +++ b/bin/first_time_macosx.sh @@ -44,14 +44,14 @@ echo ; echo ' ' # Install packages -#brew install maven -#brew install postgresql@10 && brew services start postgresql@10 -#brew install redis && brew services start redis -#brew install jq -#brew install python@3.8 -#brew install npm -#brew install webpack -#sudo pip3 install setuptools psycopg2-binary +brew install maven +brew install postgresql@10 && brew services start postgresql@10 +brew install redis && brew services start redis +brew install jq +brew install python@3.8 +brew install npm +brew install webpack +sudo pip3 install setuptools psycopg2-binary # Add python paths to script rc export LDFLAGS="-L/usr/local/opt/python@3.8/lib"