Skip to content

Commit dd66e8d

Browse files
authored
Don't use bin/gap.sh (#130)
GAP only provides it for backwards compatibility with old GAP versions. Since GAP 4.9 one should instead just call the gap binary directly.
1 parent fdbaf86 commit dd66e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ your path.
5656

5757
This can be done through symlinking:
5858

59-
sudo ln -s <GAP-installation-directory>/bin/gap.sh gap
59+
sudo ln -s <GAP-installation-directory>/gap gap
6060

6161
sudo ln -s <GAP-installation-directory>/pkg/JupyterKernel-X.Y.Z/bin/jupyter-kernel-gap
6262

0 commit comments

Comments
 (0)