From a5e366cd13b3bf2a649e7e39f9090ad85cdd56f7 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 23 Mar 2019 16:47:26 +0100 Subject: [PATCH] install pip --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c43d6ba..79c218f 100755 --- a/install.sh +++ b/install.sh @@ -25,12 +25,13 @@ else echo "Powerlevel9k already exists." fi -# Conda +# Conda and pip if [ ! -d "$HOME/conda" ]; then echo "Installing Conda" wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/miniconda.sh bash /tmp/miniconda.sh -b -p ~/conda rm /tmp/miniconda.sh + echo "yes" | conda install pip else echo "Conda already installed" fi