Works great on Windows 11 (installing from source) #1357
-
Hi there, I've always wanted to install I cloned the repo to
This works great with Cmder, my favorite shell. Since it uses One thing of note is the Demoani-cli-windows.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@DRSDavidSoft, thanks for the info. Scoop does cause a lot of problems now for ani-cli. scoop installs a shim which used to call git's bash but now calls wsl's bash. This shim is triggered in powershell or cmd. A normal windows installation of ani-cli isn't supposed to use wsl. scoop for other than ani-cli works well to install and update dependencies: a proper terminal (windows terminal, cmder, wezterm, etc), git (which cmder apparently comes with), mpv, and fzf. There is a PR to fix the scoop shim (ScoopInstaller/Extras#13342), but if that doesn't go through, we might want to remove ani-cli from scoop and suggest a manual installation. |
Beta Was this translation helpful? Give feedback.
-
Great info! I'm sad to say I never liked scoop personally, it doesn't give me the feeling of the great package managers such as I don't believe it'd be best to remove ani-cli from scoop for those people who like to use scoop though, so I'm hoping the mentioned PR goes through! 👍🏻 It doesn't make sense to use WSL's bash over native-provided ones. (P.S. As a long time Cygwin user, it's so sad that Microsoft discontinued WSL/1 which was closer to the way mingw and git for windows work, but that's just me 😄) |
Beta Was this translation helpful? Give feedback.
-
Also, scoop might decide to change the generated shims, breaking it again.
Someone could add ani-cli to Windows msys, which has Arch’s pacman. The msys pkgbuild could be derived from Arch pacman's ani-cli pkgbuild. The msys environment is pretty isolated and shouldn't get messed up by wsl.
https://www.msys2.org/dev/new-package/
…________________________________
From: David Refoua ***@***.***>
Sent: Friday, May 31, 2024 11:19:14 AM
To: pystardust/ani-cli ***@***.***>
Cc: ykhan21 ***@***.***>; Comment ***@***.***>
Subject: Re: [pystardust/ani-cli] Works great on Windows 11 (installing from source) (Discussion #1357)
Great info! I'm sad to say I never liked scoop personally, it doesn't give me the feeling of the great package managers such as pacman, yay, apt, dnf that I use on other systems.
I don't believe it'd be best to remove ani-cli from scoop for those people who like to use scoop though, so I'm hoping the mentioned PR goes through! 👍🏻
It doesn't make sense to use WSL's bash over native-provided ones. (P.S. As a long time Cygwin user, it's so sad that Microsoft discontinued WSL/1 which was closer to the way mingw and git for windows work, but that's just me 😄)
—
Reply to this email directly, view it on GitHub<#1357 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMLWE7ZXFMU5U2QF2YXHV6DZFCPIFAVCNFSM6AAAAABIS2GEKKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMMRRGAYDI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
@DRSDavidSoft, thanks for the info.
Scoop does cause a lot of problems now for ani-cli. scoop installs a shim which used to call git's bash but now calls wsl's bash. This shim is triggered in powershell or cmd. A normal windows installation of ani-cli isn't supposed to use wsl.
scoop for other than ani-cli works well to install and update dependencies: a proper terminal (windows terminal, cmder, wezterm, etc), git (which cmder apparently comes with), mpv, and fzf.
There is a PR to fix the scoop shim (ScoopInstaller/Extras#13342), but if that doesn't go through, we might want to remove ani-cli from scoop and suggest a manual installation.