File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ cp ${FILES}/kernel_logos/* ${KERNEL_DIR}/SageMath-${VERSION}
7474sed " s/__VERSION__/${VERSION} /g" " ${FILES} " /python_kernel.json > ${KERNEL_DIR} /python3/kernel.json
7575cp ${FILES} /osx.py ${INPUT_HOOKS}
7676cp -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.
8181cp ${FILES} /sage " ${VERSION_DIR} " /local/bin
You can’t perform that action at this time.
0 commit comments