소스 검색

restore brew and pip installs

tags/v1.4.33
Jonathan Cobb 4 년 전
부모
커밋
a5ec44421a
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. +8
    -8
      bin/first_time_macosx.sh

+ 8
- 8
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"


불러오는 중...
취소
저장