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.
1 parent 3c99ce4 commit d220315Copy full SHA for d220315
setup.py
@@ -30,7 +30,7 @@ def readfile(filename):
30
# Check the right Sage version
31
class build(build_module.build):
32
def run(self):
33
- errno = os.system('sage -python -c "from sagemath.check_version import check_version; check_version(%s)"'%sage_required_version)
+ errno = os.system('''sage -python -c "from sagemath.check_version import check_version; check_version('%s')"'''%sage_required_version)
34
if errno != 0:
35
sys.exit(1)
36
# from sagemath.check_version import check_version
0 commit comments