close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libsvn_diff-1.so.1: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 25, 2021, 1:55:54 PM (4 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 1 | 1 | = 2021-06-25 = |
| 2 | 2 | |
| | 3 | == Python: pip-autoremove == |
| | 4 | |
| | 5 | - 有時候 python 環境搞得有點亂,雖然已經有用 virtenv 了。 |
| | 6 | - pip uninstall 時並不會考慮相依套件,這時候得靠 pip-autoremove 來達成 |
| | 7 | - https://github.com/invl/pip-autoremove |
| 3 | 8 | {{{ |
| 4 | 9 | #!graphviz |