아나콘다 패키지 삭제 conda remove
https://antilibrary.org/209915.03.2019 · 아래와 같이 conda remove 명령으로 패키지 제거가 가능합니다. 형식은 다음과 같습니다. 간단하게 이 정도만 기억하시면 될 것 같은데요. conda remove [-n ENVIRONMENT] [package_name] 특정 아나콘다 환경의 패키지를 삭제하는 명령입니다. 더 자세한 옵션은 아래 링크에서 확인하실 수 있습니다. conda remove https://veranostech.github.io/docs-korean-conda-docs/docs/build/html/commands/conda …
conda remove — conda 4.11.0.post11+fb5c95f1 documentation
docs.conda.io › en › latestconda remove Remove a list of packages from a specified conda environment. This command will also remove any package that depends on any of the specified packages as well---unless a replacement can be found without that dependency. If you wish to skip this dependency checking and remove just the requested packages, add the '--force' option.