# Using non-system ruby version on MacOS

**URL:** https://talk.jekyllrb.com/t/using-non-system-ruby-version-on-macos/5186
**Category:** Help
**Created:** [November 5, 2020, 2:31pm UTC](https://talk.jekyllrb.com/t/using-non-system-ruby-version-on-macos/5186 "2020-11-05T14:31:43Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![chuckhoupt](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.jekyllrb.com/chuckhoupt/32/523_2.png) [@chuckhoupt](https://talk.jekyllrb.com/u/chuckhoupt)
#### Post date: [November 5, 2020, 5:04pm UTC](https://talk.jekyllrb.com/t/using-non-system-ruby-version-on-macos/5186/4 "2020-11-05T17:04:25Z")

</div>

If that `rbenv init` call runs correctly, then it should have add the rbenv’s `shim` directory to the path. You can check the PATH variable and which Ruby is found as follows, and you should see something like this:

```auto
$ echo $PATH
/Users/me/.rbenv/shims:...

$ which ruby
/Users/me/.rbenv/shims/ruby

```

---

_[View the full topic](https://talk.jekyllrb.com/t/using-non-system-ruby-version-on-macos/5186)._
