mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
install pip
This commit is contained in:
@@ -25,12 +25,13 @@ else
|
|||||||
echo "Powerlevel9k already exists."
|
echo "Powerlevel9k already exists."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Conda
|
# Conda and pip
|
||||||
if [ ! -d "$HOME/conda" ]; then
|
if [ ! -d "$HOME/conda" ]; then
|
||||||
echo "Installing Conda"
|
echo "Installing Conda"
|
||||||
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/miniconda.sh
|
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/miniconda.sh
|
||||||
bash /tmp/miniconda.sh -b -p ~/conda
|
bash /tmp/miniconda.sh -b -p ~/conda
|
||||||
rm /tmp/miniconda.sh
|
rm /tmp/miniconda.sh
|
||||||
|
echo "yes" | conda install pip
|
||||||
else
|
else
|
||||||
echo "Conda already installed"
|
echo "Conda already installed"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user