This commit is contained in:
ViktorBarzin 2018-01-13 21:38:23 +00:00
parent 4472801ee6
commit d3efda872d

5
setup-env.sh Normal file → Executable file
View file

@ -1,7 +1,8 @@
#!/bin/bash
# Install zsh
sudo apt install zsh && \
sudo apt install zsh \
install python-pip && \
# Setup oh-my-zsh
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" && \
# Password prompt
@ -30,6 +31,6 @@ git clone https://github.com/pyenv/pyenv.git ~/.pyenv && \
# pyenv install 3.6.4 # throws some error? :/
# Install pip
sudo apt install python-pip && sudo pip install --upgrade pip && \
sudo pip install --upgrade pip && \
sudo install virtualenvwrapper