From 0378c3628c3e5b2684724c71157fee538dee504e Mon Sep 17 00:00:00 2001 From: Matt Penna Date: Thu, 27 Feb 2020 00:22:03 -0500 Subject: [PATCH] Corrected command to modify PATH (#8030) Merge pull request 8030 --- docs/_docs/installation/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index 98c656ea..04d3c779 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -95,7 +95,7 @@ ruby -v Then append your path file with the following, replacing the `X.X` with the first two digits of your Ruby version. ```bash -export PATH=$HOME/.gem/ruby/X.X.0/bin:$PATH +echo 'export PATH="$HOME/.gem/ruby/X.X.0/bin:$PATH"' >> ~/.bash_profile ``` To check that your gem paths point to your home directory run: