Opened 6 years ago
Closed 6 years ago
#20911 closed enhancement (wontfix)
allow to choose calling pip3 or pip
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | python3 | Keywords: | |
Cc: | jdemeyer, embray | Merged in: | |
Authors: | Frédéric Chapoton | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | public/20911 (Commits, GitHub, GitLab) | Commit: | e9c4e67efab7c95c9936f6b3cec346ed163f8a53 |
Dependencies: | Stopgaps: |
Description
We have
sage -pip
but it may be useful for the py3 transition to also have
sage -pip3
Change History (4)
comment:1 Changed 6 years ago by
- Branch set to public/20911
- Commit set to e9c4e67efab7c95c9936f6b3cec346ed163f8a53
- Status changed from new to needs_review
comment:2 Changed 6 years ago by
I'm not sure why this is useful. sage-the-distribution should contain only Python 2, or only Python 3, but not both. In either case pip
is pip
, and will use the correct Python.
Unless we do want to switch to allowing both Python 2 and Python 3.
Note you can also do sage -python -m 'pip'
to invoke pip. So I don't think this is needed really.
comment:3 Changed 6 years ago by
- Milestone changed from sage-7.3 to sage-duplicate/invalid/wontfix
- Status changed from needs_review to positive_review
ok, then let us close this as invalid. Sorry for the noise.
comment:4 Changed 6 years ago by
- Resolution set to wontfix
- Status changed from positive_review to closed
Determined to be invalid/duplicate/wontfix (closing as "wontfix" as a catch-all resolution).
Note: See
TracTickets for help on using
tickets.
New commits:
trac 20911 option sage -pip3