We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0975f4c commit 3f3ffb9Copy full SHA for 3f3ffb9
algorithms/tir/install.sh
@@ -17,4 +17,4 @@ curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | bash
17
export PATH=$PATH:~/.ghcup/bin:~/.cabal/bin
18
19
#conda activate srbench
20
-cabal install --overwrite-policy=always && cp ~/.cabal/bin/tir ./python/ && cd python && pip install .
+cabal install --overwrite-policy=always --installdir=./python && cd python && pip install .
0 commit comments