Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit f6dcc14

Browse files
author
Matthias Koeppe
committed
src/bin/sage*: Do not use sage-system-python
1 parent 063a0af commit f6dcc14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/bin/sage-coverage

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sage-system-python
1+
#!/usr/bin/env python3
22
from __future__ import print_function
33

44
import os

src/bin/sage-coverageall

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sage-system-python
1+
#!/usr/bin/env python3
22

33
import os, sys
44

src/bin/sage-num-threads.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sage-system-python
1+
#!/usr/bin/env python3
22
#
33
# Determine the number of threads to be used by Sage.
44
#

0 commit comments

Comments
 (0)