Skip to content

Commit

Permalink
We dont need rvm and rbenv with this setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Jan 10, 2012
1 parent 1628976 commit faf3279
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
1 change: 0 additions & 1 deletion .rbenv-version

This file was deleted.

1 change: 0 additions & 1 deletion .rvmrc

This file was deleted.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -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 "${@}"
Expand Down

0 comments on commit faf3279

Please sign in to comment.