Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
config
Commits
879b3011
Commit
879b3011
authored
Jan 04, 2021
by
Adrien Dorsaz
Browse files
ide: ruby improve install
parent
2c95bd0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
879b3011
...
...
@@ -104,5 +104,6 @@ read -rp "Do you want to install Ruby dev tools ? [y/N]" proceed
if
[
"
${
proceed
}
"
=
"Y"
]
||
[
"
${
proceed
}
"
=
"y"
]
;
then
install_package
'ruby-rubygems'
'gem: external ruby package manager'
install_package
'ruby-dev'
'ruby-dev: ruby header is needed to install solargraph'
install_package
'ruby-bundler'
'ruby-bundler: bundler is required to run solargraph'
gem
install
--user-install
solargraph
fi
profile
View file @
879b3011
...
...
@@ -4,7 +4,7 @@
export PATH="${HOME}/.cargo/bin:${PATH}"
# Ruby
export PATH="${HOME}/.local/share/gem/ruby/2.7.0/bin
/
:${PATH}"
export PATH="${HOME}/.local/share/gem/ruby/2.7.0/bin:${PATH}"
# Manually installed binaries
export PATH="${HOME}/.local/bin:${PATH}"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment