Symlink the binaries when doing a system install
This commit is contained in:
@@ -1,8 +1,22 @@
|
||||
---
|
||||
|
||||
rvm1_temp_download_path: '/tmp'
|
||||
|
||||
rvm1_default_ruby_version: '{{ rvm1_rubies | last if rvm1_rubies and rvm1_rubies is iterable else "" }}'
|
||||
rvm1: '{{ rvm1_install_path }}/bin/rvm'
|
||||
rvm1_default_wrappers: '{{ rvm1_install_path }}/wrappers/default'
|
||||
rvm1_ruby: '{{ rvm1_default_wrappers }}/ruby'
|
||||
rvm1_gem: '{{ rvm1_default_wrappers }}/gem'
|
||||
rvm1_bundle: '{{ rvm1_default_wrappers }}/bundle'
|
||||
rvm1_rake: '{{ rvm1_bundle }} exec rake'
|
||||
|
||||
rvm1_rvm: '{{ rvm1_install_path }}/bin/rvm'
|
||||
|
||||
rvm1_symlink_binaries:
|
||||
- 'bundle'
|
||||
- 'bundler'
|
||||
- 'erb'
|
||||
- 'executable-hooks-uninstaller'
|
||||
- 'gem'
|
||||
- 'irb'
|
||||
- 'rake'
|
||||
- 'rdoc'
|
||||
- 'ri'
|
||||
- 'ruby'
|
||||
- 'testrb'
|
||||
|
||||
rvm1_symlink_to: '/usr/local/bin'
|
||||
|
||||
Reference in New Issue
Block a user