Skip to content

Commit

Permalink
add pyenv uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
euisuk-chung committed May 1, 2024
1 parent 37453ac commit f5f6199
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snippets/pyenv_snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pyenv install --list
이 명령어는 `pyenv`가 관리하는 글로벌 설정을 제거하고 시스템의 기본 Python 환경을 사용하도록 합니다.

2. 이러한 단계를 거친 후에는 안전하게 이전에 글로벌로 설정되었던 Python 버전을 삭제할 수 있습니다. 삭제 명령어는 다음과 같습니다:
```bash
pyenv uninstall 3.8.5
```
이렇게 하면 시스템의 안정성을 유지하면서 불필요한 Python 버전을 제거할 수 있습니다.
```bash
pyenv uninstall 3.8.5
```
이렇게 하면 시스템의 안정성을 유지하면서 불필요한 Python 버전을 제거할 수 있습니다.

0 comments on commit f5f6199

Please sign in to comment.