pip uninstall with grep 아래는 pip로 패키지 삭제시 sphinx가 들어가는 이름의 모든 패키지 삭제% pip freeze | grep sphinx | xargs pip uninstall -y 블로그 (Blog)/개발로그 (Devlogs) 2024. 7. 5. 12:13
pyinstaller 설치 on Python 2.7 Python 2.7 버전에서 pyinstaller 설치시 아래와 같이.. % python -m pip install --upgrade pip % pip install pyinstaller==3.6 블로그 (Blog)/개발로그 (Devlogs) 2024. 3. 8. 12:34