Skip to content

Commit

Permalink
removed virtualenv from default install
Browse files Browse the repository at this point in the history
  • Loading branch information
maxk-fortscale committed Aug 11, 2014
1 parent 7ff1b39 commit acce117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
BASH_IT="$HOME/.bash_it"

default_aliases_list="bundler general git maven vim"
default_plugins_list="base dirs extract git java python ruby rvm sshagent ssh tmux virtualenv"
default_aliases_list="bundler general git maven vim hdfs"
default_plugins_list="base dirs extract git java python ruby rvm sshagent ssh tmux"
default_completion_list="bash-it defaults fabric gem git git_flow maven pip rake ssh tmux"

test -w $HOME/.bash_profile &&
Expand Down

0 comments on commit acce117

Please sign in to comment.