Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ruby-build
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ruby-build
Commits
dc1a7759
Commit
dc1a7759
authored
Dec 12, 2013
by
Mislav Marohnić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify which `rbenv install` flags get forwarded to `ruby-build`
parent
2d6d6765
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
bin/rbenv-install
+6
-3
No files found.
bin/rbenv-install
View file @
dc1a7759
#!/usr/bin/env bash
#!/usr/bin/env bash
#
#
# Summary: Install a Ruby version using
the ruby-build plugin
# Summary: Install a Ruby version using
ruby-build
#
#
# Usage: rbenv install [-fkvp] <version>
# Usage: rbenv install [-f
] [-
kvp] <version>
# rbenv install [-fkvp] <definition-file>
# rbenv install [-f
] [-
kvp] <definition-file>
# rbenv install -l|--list
# rbenv install -l|--list
#
#
# -l/--list List all available versions
# -l/--list List all available versions
# -f/--force Install even if the version appears to be installed already
# -f/--force Install even if the version appears to be installed already
#
# ruby-build options:
#
# -k/--keep Keep source tree in $RBENV_BUILD_ROOT after installation
# -k/--keep Keep source tree in $RBENV_BUILD_ROOT after installation
# (defaults to $RBENV_ROOT/sources)
# (defaults to $RBENV_ROOT/sources)
# -v/--verbose Verbose mode: print compilation status to stdout
# -v/--verbose Verbose mode: print compilation status to stdout
...
...
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