Skip to content

Commit 5ec8047

Browse files
committed
Revert "Run python instead of python3"
This reverts commit 7825377.
1 parent 7825377 commit 5ec8047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/tests/startup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
sage: from sage.tests.cmdline import test_executable
99
sage: environment = "sage.all"
1010
sage: cmd = f"from {environment} import *\nprint('IPython' in sys.modules)\n"
11-
sage: print(test_executable(["python"], cmd)[0]) # long time
11+
sage: print(test_executable(["python3"], cmd)[0]) # long time
1212
False
1313
1414
Check that numpy (:issue:`11714`) and pyparsing are not imported on startup

0 commit comments

Comments
 (0)