Changes between Initial Version and Version 1 of Ticket #22582, comment 21
- Timestamp:
- 04/04/17 21:30:47 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22582, comment 21
initial v1 1 1 Python 3 comes with pip, why do you want to install it!? 2 2 {{{ 3 $ sage -sh -c "python3 -m pip list"3 $ sage -sh -c "python3 -m pip" 4 4 }}} 5 5 What should be done is a proper shortcut `pip3 -> python3 -m pip`.