All Projects → skaji → rakuenv

skaji / rakuenv

Licence: MIT License
Raku Environment Manager

Programming Languages

shell
77523 projects

rakuenv

Raku Environment Manager

Install

  1. Clone rakuenv into ~/.rakuenv.

    git clone https://github.com/skaji/rakuenv ~/.rakuenv
  2. Add ~/.rakuenv/bin to your $PATH.

    # bashecho 'export PATH="$HOME/.rakuenv/bin:$PATH"' >> ~/.bash_profile
    # zshecho 'export PATH="$HOME/.rakuenv/bin:$PATH"' >> ~/.zshrc
    # fishset -Ux fish_user_paths $HOME/.rakuenv/bin $fish_user_paths
  3. Add rakuenv init to your shell to enable shims and autocompletion.

    # bashecho 'eval "$(rakuenv init -)"' >> ~/.bash_profile

    Please change ~/.bash_profile as in step 2.

  4. Restart your shell so that PATH changes take effect. (Opening a new terminal tab will usually do it.)

Usage

rakuenv install --list
2020.12-01
2020.11-01
2020.10-01
2020.09-01
2020.08.2-01
2020.08.1-01
2020.07-01
2020.06-01
2020.05.1-01
2020.02.1-01
2020.01-01
2019.11-01rakuenv install 2020.12-01
Downloading https://rakudo.org/dl/rakudo/rakudo-moar-2020.12-01-macos-x86_64-clang.tar.gz
Extracting /Users/skaji/.rakuenv/cache/rakudo-moar-2020.12-01-macos-x86_64-clang.tar.gz
Successfully installed 2020.12-01
You may want to execute 'rakuenv global 2020.12-01'rakuenv global 2020.12-01raku -v
Welcome to Rakudo(tm) v2020.12.
Implementing the Raku(tm) programming language v6.d.
Built on MoarVM version 2020.12.

License

rakuenv is a fork of https://github.com/rbenv/rbenv; you can redistribute rakuenv and/or modify it under the same terms as rbenv itself.

See LICENSE for rbenv's license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].