I am trying to install the Spring Boot CLI. I followed the instructions from the website. (https://docs.spring.io/spring-boot/docs/current/reference/html/getting-started-installing-spring-boot.html) The error I am getting is:
$ spring --version rbenv: spring: command not found
The `spring' command exists in these Ruby versions: 2.4.0
I ran all the brew and bundle installs, but I am still running into issues. Any suggestions?
Better using Homebrew
Install Homebrew using /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Check if Homebrew installed using brew -v
Update Homebrew packager brew tap spring-io/tap
Install Spring Boot CLI using brew install spring-boot
Homebrew installs spring to /usr/local/bin
spring version
If you want to remove it use brew uninstall spring-boot
, add additional --force
to force it
Update: Repository for Spring Boot has been moved from pivotal/tap
to spring-io/tap
See the documentation here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With