Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Catuogno authored Apr 19, 2020
1 parent 99da68c commit 586d4f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O ~
zsh ~/miniconda.sh -b -p $HOME/miniconda
source $HOME/miniconda/bin/activate
conda init zsh
conda create --name devConda python=3.7.7
conda install -c --name devConda anaconda-navigator
conda install -c --name devConda spyder
conda install -c conda-forge --name devConda jupyterlab
conda install -c --name devConda pandas
conda install -c --name devConda numpy
conda install -c --name devConda scipy
conda deactivate

###############################################################################
Expand Down

0 comments on commit 586d4f4

Please sign in to comment.