diff --git a/.rbenv-version b/.rbenv-version deleted file mode 100644 index bec3a35e..00000000 --- a/.rbenv-version +++ /dev/null @@ -1 +0,0 @@ -system diff --git a/.rvmrc b/.rvmrc deleted file mode 100644 index 6dba18a7..00000000 --- a/.rvmrc +++ /dev/null @@ -1 +0,0 @@ -rvm use system diff --git a/README.md b/README.md index 06e8116f..e791ff6c 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,9 @@ users should install `gvim`, OSX users should install [MacVim](http://code.google.com/p/macvim/), the recommended way of installing MacVim is using [Homebrew](http://mxcl.github.com/homebrew/), but before installing -MacVim you need to use system-wide ruby and python: +MacVim you need to use system-wide python (If you are using python that +is): -* If you're using **rvm**: do `rvm use system` -* If you're using **rbenv**: do `rbenv shell system` * If you're using **pythonbrew**: do `pythonbrew off` ```bash diff --git a/bootstrap.sh b/bootstrap.sh index f3b41189..c3e52e58 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,14 +1,3 @@ -# Source RVM so janus .rvmrc takes effect -[[ -s /usr/local/rvm/scripts/rvm ]] && source /usr/local/rvm/scripts/rvm -[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm - -# Source Rbenv so janus .rbenv-version takes effect -if ! type rbenv &> /dev/null; then - if [[ -s $HOME/.rbenv/bin/rbenv ]]; then - eval "`$HOME/.rbenv/bin/rbenv init -`" - fi -fi - function die() { echo "${@}"