From 20ff07ab644d8ce2861240bd058ee99381dfa530 Mon Sep 17 00:00:00 2001 From: bserie Date: Thu, 1 Nov 2018 14:15:37 +0100 Subject: [PATCH] local pas global --- HowtoMastodon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoMastodon.md b/HowtoMastodon.md index bae1a93f..d57bf4eb 100644 --- a/HowtoMastodon.md +++ b/HowtoMastodon.md @@ -48,7 +48,7 @@ $ source ~/.bash_profile $ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build $ cd $ TMPDIR=~/tmp MAKE_OPTS=-j$(nproc) RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.5.3 -$ rbenv global 2.5.3 +$ rbenv local 2.5.3 ~~~ > **Note** : On met la variable d'environnement `RAILS_ENV` dans notre profile bash pour éviter de l'indiquer à chaque commande Ruby/Rails.