#26706 closed enhancement (fixed)
Document how to build Sage with Python3
Reported by: | zerline | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-8.7 |
Component: | python3 | Keywords: | documentation |
Cc: | slelievre, zerline | Merged in: | |
Authors: | Samuel Lelièvre | Reviewers: | Odile Bénassy |
Report Upstream: | N/A | Work issues: | |
Branch: | 0a2aa2f (Commits, GitHub, GitLab) | Commit: | |
Dependencies: | Stopgaps: |
Description (last modified by )
In the README.md, we could have 2 lines for explaining how to build with Python 3, like (for instance):
instead of just:
To start the build, type make.
have:
To start the build, type `make`. In case you want to run Sage on Python 3 -- WARNING: for beta-testing purpose --, you can then type: `make configure && ./configure --with-python=3 && make`.
Follow-up at #27156.
Change History (6)
comment:1 Changed 3 years ago by
- Branch set to u/slelievre/t-26706-mention-Python3-in-readme
- Cc slelievre zerline added
- Commit set to 0a2aa2ffd464d885bace43ec8389e30469502599
- Description modified (diff)
- Milestone set to sage-8.7
- Status changed from new to needs_review
comment:2 Changed 3 years ago by
- Status changed from needs_review to positive_review
This ticket is more than addressed. Thank you.
comment:3 Changed 3 years ago by
- Reviewers set to Odile Bénassy
You should fill the author and reviewer fields with full names!
comment:5 Changed 3 years ago by
- Branch changed from u/slelievre/t-26706-mention-Python3-in-readme to 0a2aa2ffd464d885bace43ec8389e30469502599
- Resolution set to fixed
- Status changed from positive_review to closed
comment:6 Changed 3 years ago by
- Commit 0a2aa2ffd464d885bace43ec8389e30469502599 deleted
- Description modified (diff)
Follow-up at #27156.
Note: See
TracTickets for help on using
tickets.
Good idea! Ready for review.
New commits:
#26707: Mention Python 3 build in the README