vituscokr avatar

[python] python setup.py install 로 설치한 패키지 삭제방법

vituscokr

Published: 05 Apr 2018 › Updated: 05 Apr 2018

[python] python setup.py install 로 설치한 패키지 삭제방법

  1. 다시 설치하는데 –record 옵션을 줘서 기록한다.
python setup.py install --record uninstall.txt
  1. 설치한 파일을 하나씩 삭제한다.
cat uninstall.txt | xargs rm -rf

Leave [python] python setup.py install 로 설치한 패키지 삭제방법 to:

Written by

Read more #python posts


Best Posts From vituscokr

We have not curated any of vituscokr's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From vituscokr