-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected scoop to install bloop v1.4.1 #1281
Comments
Temporary workaround... Uninstall Bloop if you have installed it... Add the Bloop bucket Edit the bucket file:
install bloop: |
Hey @Arthurm1 thanks for reporting! Would you mind opening a PR with those changes in scoop-bloop so that it can be consumed right away and following up to that change with a PR in bloop itself, so that the next release contains these changes? |
@jvican please merge scalacenter/scoop-bloop#7 if you're happy with it |
So, it seems to not like it when you start the directory path with a drive letter, and it seems to not like that the file is called coursier install --install-dir \Users\ginnu\scoop\apps\bloop\1.4.1 --default-channels=false --channel \Users\ginnu\scoop\apps\bloop\1.4.1 bloop-coursier
Wrote bloop-coursier
Warning: \Users\ginnu\scoop\apps\bloop\1.4.1 is not in your PATH |
Thanks @heksesang - I think you're right I've raised an issue coursier/coursier#1741 |
I had the same problem, this fixed it for me with 1.4.3. |
And same now with 1.4.8 |
Bloop v1.4.1 gives an error when installing on Windows using Scoop...
Coursier looks like it's merging 2 directory names together. Trying to call it directly gives the same error (although I'm not sure if this is how
--channel
is supposed to be specified)...It works if I remove channel info and run...
I'm using coursier 2.0.0-RC6-16
Also - the shim isn't setup. I think the
"bin": "bloop"
section inbloop.json
should read"bin": "bloop.bat"
The text was updated successfully, but these errors were encountered: