fix typo
This commit is contained in:
parent
4472801ee6
commit
d3efda872d
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
|
||||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue