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

Commit

Permalink
Use python3 instead of system-python
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Nov 19, 2020
1 parent 218fe09 commit 9f15544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/conway_polynomials/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exec sage-system-python spkg-install.py
exec python3 spkg-install.py
2 changes: 1 addition & 1 deletion build/pkgs/elliptic_curves/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exec sage-system-python spkg-install.py
exec python3 spkg-install.py

0 comments on commit 9f15544

Please sign in to comment.