Open2
Haskell

stack install ormolu
(install 長い...)
Warning: Installation path /Users/<user>/.local/bin not found on the PATH environment variable.
- https://docs.haskellstack.org/en/stable/install_and_upgrade/#path
- https://docs.haskellstack.org/en/stable/GUIDE/#the-stack-install-command-and-copy-bins-option
/Users/<user>/.local/bin に ormolu はあったが ghcup で install しただけではpathが通っていない模様。
stack uninstall で ormolu を uninstall できないっぽい。
cabal install ormolu
which ormolu
cabal の方は path が通ってた。

日本語の path がダメだったのか...
ググっても全然情報無いから変だと思った