miniconda

    [Conda] Install Conda on WSL2 (miniconda)

    1. wsl 설치 wsl --install 2023.06.12 - [Programming] - [WSL] Install WSL [WSL] Install WSL Pre-requirements. windows 10 이상 : ( version 2004 , build 19041 이상이어야 함.) windows 11 권장 : ( gpu 기능 등 가능 ... ) windows키 + R 누르고 winver 입력 버전 등을 확인하고 확인 클릭 Install WSL. cmd or wt를 관리자 dsaint31.tistory.com 2. Ubuntu Distribution 설치 Microsoft store에서 설치. 3. wsl 업데이트 command prompt 또는 windows terminal에서 다음의 명령어를 수..

    Conda backup for DIP 2021

    Pre-requirements conda : 4.10.3 (miniconda) yml file : 참고 conda env export --from-history > dip2021.yml cmd conda env create -f dip2021.yml dip라는 이름의 virtual env 생성됨. opencv, matplotlib, scikit-image, jupyterlab, git 등의 패키지 설치됨. 삭제하기 설치한 virtual env 삭제하려면 다음을 수행. codna env remove -n dip References Exporting an environment file across platforms(conda.io)