Skip to content

Commit 3f3ffb9

Browse files
committed
tir
1 parent 0975f4c commit 3f3ffb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/tir/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | bash
1717
export PATH=$PATH:~/.ghcup/bin:~/.cabal/bin
1818

1919
#conda activate srbench
20-
cabal install --overwrite-policy=always && cp ~/.cabal/bin/tir ./python/ && cd python && pip install .
20+
cabal install --overwrite-policy=always --installdir=./python && cd python && pip install .

0 commit comments

Comments
 (0)