common/p*: add Korean translation (#14663)
* common/p*: add Korean translation * Update pages.ko/common/perldoc.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/pcdovtoppm.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
16
pages.ko/common/pip-uninstall.md
Normal file
16
pages.ko/common/pip-uninstall.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# pip uninstall
|
||||
|
||||
> Python 패키지 제거.
|
||||
> 더 많은 정보: <https://pip.pypa.io>.
|
||||
|
||||
- 패키지 제거:
|
||||
|
||||
`pip uninstall {{패키지}}`
|
||||
|
||||
- 특정 파일에 나열된 패키지 제거:
|
||||
|
||||
`pip uninstall --requirement {{경로/대상/requirements.txt}}`
|
||||
|
||||
- 확인 요청 없이 패키지 제거:
|
||||
|
||||
`pip uninstall --yes {{패키지}}`
|
Reference in New Issue
Block a user