Open otterlover24 opened 3 years ago
Hi,
You are welcome! It looks like it was just a small network issue. Just finish running the rest of the install script manually (make sure to restart the terminal before you run this) by doing
cs install ammonite bloop cs giter8 sbt scala scalafmt
The list of the apps is taken from https://github.com/DevInsideYou/install-scala-env/blob/master/install-scala-env.sh#L13
If you are a Scala dev and want to learn more about coursier
/cs
(it's the tool/package manager that is used by this script) I have a playlist about it.
Cheers and happy coding! :)
Hi,
Many thanks for your detailed Git tutorial series on Youtube. I was trying to follow along the Part 11 video which required installing Scala environment and used the script in install-scala-dev. However, I ran into an error, with the output shown below. May I know how to resolve this please? Also, is there an uninstall script to uninstall the Scala environment that is installed using the script?