We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python
python3
1 parent 7825377 commit 5ec8047Copy full SHA for 5ec8047
src/sage/tests/startup.py
@@ -8,7 +8,7 @@
8
sage: from sage.tests.cmdline import test_executable
9
sage: environment = "sage.all"
10
sage: cmd = f"from {environment} import *\nprint('IPython' in sys.modules)\n"
11
- sage: print(test_executable(["python"], cmd)[0]) # long time
+ sage: print(test_executable(["python3"], cmd)[0]) # long time
12
False
13
14
Check that numpy (:issue:`11714`) and pyparsing are not imported on startup
0 commit comments