@igrep has joined the channel
I think I'd usestack exec bash
for this, which will set all the paths for the executables relative to the project. Does this do something else too?
https://www.reddit.com/r/haskell/comments/e4vcx2/announse_stackwrapper_is_released/f9m52iu
これは stack exec bash
を使用すると思う。それはプロジェクトに関連する実行可能ファイルのすべてのパスを設定する。 これは何か他のこともしますか?
stack exec bash
して起動された bash
は PATH
が設定済みなのでそのまま ghc
コマンド呼べばいいよ、みたいな話だと思います。なるほどね :bulb:stack exec bash
で同じ事ができそうだけど、これ使うと何かほかに良い事あるの?v
is the flag variable indicating whether to use A. であれば、 The flag variable v
indicates whether to use A. と書く気がします。