~> App
Version
~> Ruby
Description
Install (execute in workspace terminal)
wrk install ruby==3.1.2
Remarks and hints
ruby -v
gem install rails
rails --version
# You need to restart terminal before gem is available, or update PATH
export PATH="$PATH:/home/abc/.rbenv/bin:/home/abc/.rbenv/shims/"
# Alternatively use the full path to the gem:
/home/abc/.rbenv/shims/gem install bundler
gem install rails
rails --version
# You need to restart terminal before gem is available, or update PATH
export PATH="$PATH:/home/abc/.rbenv/bin:/home/abc/.rbenv/shims/"
# Alternatively use the full path to the gem:
/home/abc/.rbenv/shims/gem install bundler
Scripts
# Istall script # Start script!= Workspace compatibility
alnoda-workspace
compatible versions
2.*
alnoda-workspace
compatible versions
1.*
!= App compatibility
no compatibility requirements