web3j/svm

Unable to install in macOS

Opened this issue · 2 comments

I am using macOS Big Sur and when I try to install this via:

curl -L https://github.com/web3j/svm/raw/master/install.sh | bash && source ~/.svm/svm.sh

I get this error:

$ curl -L https://github.com/web3j/svm/raw/master/install.sh | bash && source ~/.svm/svm.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   127  100   127    0     0    165      0 --:--:-- --:--:-- --:--:--   165
100  2648  100  2648    0     0   1896      0  0:00:01  0:00:01 --:--:--     0
Downloading svm...
https://github.com/web3j/svm/releases/download/0.1.2/svm-darwin.tar
Looks like there was an error while trying to download svm
source: no such file or directory: /Users/rampatra/.svm/svm.sh

Any tips?