All Projects โ†’ scalaenv โ†’ Scalaenv

scalaenv / Scalaenv

Licence: mit
Groom your app's Scala environment with scalaenv like rbenv :). Support offered for all official versions, including dotty and scala3!

Programming Languages

shell
77523 projects
scala
5932 projects

Labels

Projects that are alternatives of or similar to Scalaenv

Cpp3ds
Basic C++ gaming framework and library for Nintendo 3DS
Stars: โœญ 80 (-25.23%)
Mutual labels:  homebrew
Homebrew Core
๐Ÿป Default formulae for the missing package manager for macOS (or Linux)
Stars: โœญ 10,450 (+9666.36%)
Mutual labels:  homebrew
Gbdk playground
Simplified GBDK examples
Stars: โœญ 100 (-6.54%)
Mutual labels:  homebrew
Gb303
GB303 wavetable-based TB-303 style synthesizer for the Nintendo Gameboy.
Stars: โœญ 80 (-25.23%)
Mutual labels:  homebrew
Cmfilemanager Psp
A multi-purpose file manager for the PSP, heavily inspired by the CM file manager design.
Stars: โœญ 89 (-16.82%)
Mutual labels:  homebrew
Kerl
Easy building and installing of Erlang/OTP instances
Stars: โœญ 1,339 (+1151.4%)
Mutual labels:  homebrew
Wiiu Hbas
[Wii U] Homebrew App Store - download apps for HBL (Legacy)
Stars: โœญ 78 (-27.1%)
Mutual labels:  homebrew
Homebrew Livecheck
๐Ÿ’€ Homebrew/homebrew-livecheck (deprecated)
Stars: โœญ 104 (-2.8%)
Mutual labels:  homebrew
Brew.sh
๐Ÿ”– The Homebrew homepage
Stars: โœญ 91 (-14.95%)
Mutual labels:  homebrew
Servpane
A launchd menu bar app for Mac
Stars: โœญ 99 (-7.48%)
Mutual labels:  homebrew
Homebrew Dotnet Sdk Versions
dotnet-sdk versions HomeBrew Tap
Stars: โœญ 87 (-18.69%)
Mutual labels:  homebrew
Sys Clk Editor
Editor for your sys-clk configuration!
Stars: โœญ 89 (-16.82%)
Mutual labels:  homebrew
Dotfiles
๐Ÿ’ป Use command line interface manager for macOS configuration.
Stars: โœญ 97 (-9.35%)
Mutual labels:  homebrew
Capturesight
Applet and Overlay to view Pokemon, Raid seeds, Future shiny frames/IVs, and more!
Stars: โœญ 81 (-24.3%)
Mutual labels:  homebrew
Homebrew Qt4
Homebrew tap for Qt4 and dependent formulae on Sierra
Stars: โœญ 102 (-4.67%)
Mutual labels:  homebrew
Yubikeylockd
Simple daemon for locking and unlocking macOS with Yubikey
Stars: โœญ 78 (-27.1%)
Mutual labels:  homebrew
Mac Os X Setup Guide
Mac OS X Setup Guide / ่ฎพ็ฝฎๆŒ‡ๅ—
Stars: โœญ 95 (-11.21%)
Mutual labels:  homebrew
Homebrew Riscv
homebrew (macOS) packages for RISC-V toolchain
Stars: โœญ 105 (-1.87%)
Mutual labels:  homebrew
Deko3d
Homebrew low level graphics API for Nintendo Switch (Nvidia Tegra X1)
Stars: โœญ 103 (-3.74%)
Mutual labels:  homebrew
Homebrew Php Ext
๐Ÿ˜๐ŸŒ Core PHP extension formulae not suitable for Homebrew/core
Stars: โœญ 98 (-8.41%)
Mutual labels:  homebrew

scalaenv

Build Status

All Contributors

Groom your app's Scala environment with scalaenv like rbenv :) Support offered for all official versions, including dotty and scala3.

Do you need sbt version management? Please refer to sbtenv in the case of use sbt.

Installation

Basic GitHub Checkout

  1. git clone scalaenv into ~/.scalaenv.

    $ git clone git://github.com/scalaenv/scalaenv.git ~/.scalaenv
    
  2. Add ~/.scalaenv/bin to your $PATH for access to the scalaenv command.

    $ echo 'export PATH="${HOME}/.scalaenv/bin:${PATH}"' >> ~/.zshrc
    
  3. Add scalaenv init to your shell to enable shims and autocompletion.

    $ echo 'eval "$(scalaenv init -)"' >> ~/.zshrc
    

    Bash note: Modify your ~/.bash_profile file instead of ~/.zshrc.

  4. Restart your shell so that PATH changes take effect. (Opening a new terminal tab will usually do it.) Now check if scalaenv was set up:

    $ type scalaenv
    #=> "scalaenv is a shell function"
    

    Same as in previous step, use ~/.bash_profile for Bash.

  5. Install each version of scala.

    $ scalaenv install scala-2.13.4
    

    If show all available version, please use the following command:

    $ scalaenv install -l
    All available versions:
      scala-2.13.1
      scala-2.13.2
      scala-2.13.3
      scala-2.13.4
      ...
    

    If want to install manually, please download scala archive and extract into ~/.scalaenv/versions/.

    $ curl -LO http://www.scala-lang.org/files/archive/scala-2.13.4.tgz
    $ tar xf scala-2.13.4.tgz -C ~/.scalaenv/versions/
    

Homebrew on macOS

As an alternative to installation via GitHub checkout, you can install scalaenv using the Homebrew package manager on macOS.

$ brew update
$ brew install scalaenv

Or, if you would like to install the latest development release:

$ brew install --HEAD scalaenv

To upgrade HEAD package use --fetch-HEAD option:

$ brew upgrade --fetch-HEAD scalaenv

Version History

0.1.9 (Feb, 23, 2021)

  • Added version 2.13.5 and 3.0.0-RC1
  • diff

0.1.8 (Feb, 12, 2021)

  • Fix urls for 2.7.0 and 2.7.1
  • diff

0.1.7 (Feb, 2, 2021)

  • Added version 2.10.0
  • diff

0.1.6 (Jan, 24, 2021)

  • Added version 2.12.13
  • diff

0.1.5 (Jan, 6, 2021)

  • Added many new archives, including dotty and scala3
  • diff

0.1.4 (June, 18, 2019)

  • Added new archive (2.13.0)
  • diff

0.1.3 (Mar, 26, 2019)

  • Added new archives (2.12.7, 2.12.8, 2.13.0-RC1)
  • Fix the bug in scalaenv install -l
  • diff

0.1.2 (Sep, 10, 2018)

  • fix scalaenv install -l
  • diff

0.1.1 (Sep 9, 2018)

0.1.0 (Nov 12, 2017)

  • Added scala-2.10.7 and scala-2.11.12
  • diff

0.0.16 (Oct 21, 2017)

  • Added scala-2.12.4
  • diff

0.0.15 (Aug 17, 2017)

  • Implemented scalaenv uninstall
  • Enhanced scalaenv install
    • Added usage for scalaenv install
    • Added completions for scalaenv install
    • etc...
  • Added new scala archives (2.12.3 and 2.13.0-M2)
  • diff

0.0.14 (Jul 28, 2017)

0.0.13 (Jun 25, 2017)

  • dotty support ๐ŸŽ‰
    scalaenv install dotty-0.1.2-RC1
    scalaenv global dotty-0.1.2-RC1-bin-SNAPSHOT
    scalaenv rehash
    dotr
    

0.0.12 (Apr 24, 2017)

  • Added Scala 2.11.9 - Scala 2.11.11 , Scala 2.12.2 - Scala 2.13.0-M1. Thanks to @Kaioru..

0.0.11 (Feb 03, 2017)

  • Added Scala 2.12.1. Thanks to @3tty0n.

0.0.10 (Dec 05, 2016)

  • Added Scala 2.11.8, Scala 2.12.0-M4 - 2.12.0. Thanks to @odd, @3tty0n

0.0.9 (Jan 06, 2016)

  • Added Scala 2.12.0-M3 and more Scala 2.10 versions. Thanks to @joprice

0.0.8 (Aug 25, 2015)

0.0.7 (Nov 19, 2014)

  • Added recipes for Scala 2.11.1 - Scala 2.11.4 by @zaneli
  • Fixed a bug when run versions subcommand.

0.0.6 (Apr 18, 2014)

  • Added recipes for Scala 2.11.0 to scala-install built-in plugin.

0.0.5 (Apr 16, 2014)

  • Added recipes for Scala 2.10.4 and Scala 2.11.0-RCx to scala-install built-in plugin.
  • Added recipes for old versions to scala-install built-in plugin.

0.0.4 (Mar 25, 2014)

  • Improved installation instruction by scala-install built-in plugin.

0.0.3 (Mar 14, 2014)

  • Added Travis CI status badge on README.
  • Fixed a bug when run rehash subcommand.
  • Fixed version string.

0.0.2 (Mar 04, 2014)

  • Added completions for Z shell and Bash.

0.0.1 (Jan 28, 2014)

  • Initial public release.

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Matsuki, Hidenori

๐Ÿšง ๐Ÿ’ป

Yusuke Izawa

๐Ÿšง ๐Ÿ’ป

Shunsuke Otani

๐Ÿšง ๐Ÿ’ป

Bogdan-Eugen Mihai

๐Ÿšง ๐Ÿ’ป

Alex Ehrnschwender

๐Ÿ’ป

Taylor Steinberg

๐Ÿ’ป

Erwin Zhang

๐Ÿ’ป

Joseph Price

๐Ÿ’ป

Taichiro Yoshida

๐Ÿ’ป

Odd Mรถller

๐Ÿ’ป

Michael Ledin

๐Ÿ’ป

Paolo G. Giarrusso

๐Ÿ’ป

Keith

๐Ÿ’ป

Anderson Mesquita

๐Ÿ’ป

ษฏฬนtอกษ•สฒi

๐Ÿ’ป

Shinichi TAMURA

๐Ÿ’ป

matsu-chara

๐Ÿ’ป

Alexander Ronald Altman

๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind welcome!

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].