.zshrc: Update Ruby gems location

This commit is contained in:
Alan Orth 2019-04-30 09:14:59 +03:00
parent d635a6a268
commit 18fa614165
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 3 deletions

6
.zshrc
View File

@ -58,9 +58,9 @@ elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then
# Manually manage Ruby shit for DSpace build environment (anything is better than RVM)
# DSpace Mirage 2 build explicitly looks for GEM_HOME and GEM_PATH
export GEM_HOME=~/.gem/ruby/2.5.0
export GEM_PATH=~/.gem/ruby/2.5.0
PATH=$PATH:~/.gem/ruby/2.5.0/bin
export GEM_HOME=~/.gem/ruby/2.6.0
export GEM_PATH=~/.gem/ruby/2.6.0
PATH=$PATH:~/.gem/ruby/2.6.0/bin
# System Node.js with local "global" package prefix, for DSpace build environment:
# $ npm config set prefix ~/.node_modules