[Conda] Install Conda on WSL2 (miniconda)
·
Computer
1. wsl 설치wsl --install2023.06.12 - [Programming] - [WSL] Install WSL (Windows Subsystem for Linux) [WSL] Install WSL (Windows Subsystem for Linux)[WSL] Install WSLPre-requirements.windows 10 이상 : ( version 2004 , build 19041 이상이어야 함.)windows 11 권장 : ( gpu 기능 등 가능... )Tensorflow나 Pytorch등에서 GPU가속을 제대로 쓰려면, build 20150 이상은 되어야 함dsaint31.tistory.com2. Ubuntu Distribution 설치Microsoft store에서 설치.3. w..
Conda backup for DIP 2021
·
Programming/DIP
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)