fix typo
This commit is contained in:
parent
2aa12ea494
commit
db0e16e347
1 changed files with 3 additions and 2 deletions
5
setup-env.sh
Normal file → Executable file
5
setup-env.sh
Normal file → Executable file
|
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Install zsh
|
# Install zsh
|
||||||
sudo apt install zsh && \
|
sudo apt install zsh \
|
||||||
|
install python-pip && \
|
||||||
# Setup oh-my-zsh
|
# Setup oh-my-zsh
|
||||||
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" && \
|
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" && \
|
||||||
# Password prompt
|
# Password prompt
|
||||||
|
|
@ -30,6 +31,6 @@ git clone https://github.com/pyenv/pyenv.git ~/.pyenv && \
|
||||||
# pyenv install 3.6.4 # throws some error? :/
|
# pyenv install 3.6.4 # throws some error? :/
|
||||||
|
|
||||||
# Install pip
|
# Install pip
|
||||||
sudo apt install python-pip && sudo pip install --upgrade pip && \
|
sudo pip install --upgrade pip && \
|
||||||
sudo install virtualenvwrapper
|
sudo install virtualenvwrapper
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue