[UPD] install_OSX_dependency.sh: remove poetry, pyenv add parallel
This commit is contained in:
parent
8dd49e4447
commit
451358ff05
1 changed files with 4 additions and 6 deletions
|
|
@ -25,23 +25,21 @@ sudo su - postgres -c "CREATE EXTENSION postgis;\nCREATE EXTENSION postgis_topol
|
||||||
# Install Dependencies
|
# Install Dependencies
|
||||||
#--------------------------------------------------
|
#--------------------------------------------------
|
||||||
echo "\n--- Installing Python 3 + pip3 --"
|
echo "\n--- Installing Python 3 + pip3 --"
|
||||||
brew install git python3 wget pyenv
|
brew install git python3 wget
|
||||||
brew link git
|
brew link git
|
||||||
brew link wget
|
brew link wget
|
||||||
|
|
||||||
|
echo "\n--- Installing extra --"
|
||||||
|
brew install parallel
|
||||||
echo "\n---- Installing nodeJS NPM and rtlcss for LTR support ----"
|
echo "\n---- Installing nodeJS NPM and rtlcss for LTR support ----"
|
||||||
brew install nodejs npm openssl
|
brew install nodejs npm openssl
|
||||||
sudo npm install -g rtlcss
|
sudo npm install -g rtlcss
|
||||||
sudo npm install -g less
|
sudo npm install -g less
|
||||||
sudo npm install -g prettier
|
sudo npm install -g prettier
|
||||||
sudo npm install -g prettier @prettier/plugin-xml
|
sudo npm install -g prettier @prettier/plugin-xml
|
||||||
yes n|pyenv install 3.7.16
|
|
||||||
pyenv local 3.7.16
|
|
||||||
|
|
||||||
echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >> ~/.zshrc
|
echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >> ~/.zshrc
|
||||||
|
|
||||||
echo -e "\n---- Installing poetry for reliable python package ----"
|
|
||||||
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
|
|
||||||
|
|
||||||
#--------------------------------------------------
|
#--------------------------------------------------
|
||||||
# Install Wkhtmltopdf if needed
|
# Install Wkhtmltopdf if needed
|
||||||
#--------------------------------------------------
|
#--------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue