Skip to content

Commit

Permalink
add python-virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Oct 16, 2014
1 parent 0c7e15f commit 88dfc2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _vim/bundle/easytags
3 changes: 2 additions & 1 deletion init_env_ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash

sudo apt-get install vim vim-scripts vim-nox pylint build-essential \
exuberant-ctags tmux fonts-inconsolata htop
exuberant-ctags tmux fonts-inconsolata htop \
python-virtualenv

sudo pip install --upgrade flake8

Expand Down

0 comments on commit 88dfc2d

Please sign in to comment.