Opened 5 years ago
Closed 5 years ago
#5592 closed task (fixed)
Make "–with-python3" the default
Reported by: | Ben Sturmfels | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 0.10.0 |
Component: | programming | Keywords: | |
Cc: | Boris Bobrov | Parent Tickets: |
Description
Given I'm proposing 0.10.0 be our last Python 2 compatible release, we ought to signal this by switching the ./configure
defaults over to Python 3.
Note:
See TracTickets
for help on using tickets.
I've switched over to Python 3 by default and updated the documentation in commit 100f6265. You can choose Python 2 by running
./configure --without-python3
.