Skip to content

Commit 382a803

Browse files
committed
Remove sage-notebook from files.
1 parent 96339a6 commit 382a803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sage_framework/build_sage_framework.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ cp ${FILES}/kernel_logos/* ${KERNEL_DIR}/SageMath-${VERSION}
7474
sed "s/__VERSION__/${VERSION}/g" "${FILES}"/python_kernel.json > ${KERNEL_DIR}/python3/kernel.json
7575
cp ${FILES}/osx.py ${INPUT_HOOKS}
7676
cp -p ${FILES}/BuildPackages.sh "${VERSION_DIR}"/local/lib/gap/bin
77-
sed "s/__VERSION__/${VERSION}/g" "${FILES}"/sage-notebook > "${VERSION_DIR}"/local/bin/sage-notebook
78-
chmod +x "${VERSION_DIR}"/local/bin/sage-notebook
77+
#sed "s/__VERSION__/${VERSION}/g" "${FILES}"/sage-notebook > "${VERSION_DIR}"/local/bin/sage-notebook
78+
#chmod +x "${VERSION_DIR}"/local/bin/sage-notebook
7979
# This overwrites the entrypoint for the new sage extension module,
8080
# which is useless for actually running Sage.
8181
cp ${FILES}/sage "${VERSION_DIR}"/local/bin

0 commit comments

Comments
 (0)