반응형
책을 통하여 공부하신다거나 github에 있는 소스로 공부하실 경우 많은 분들이 해당 환경설정에 대해서 yml파일을 만들어 올려놓는 경우가 많습니다.
If you study by book or GitHub source, the author or repository owner may provide yml file that includes the environment of the programming file.
간단하게 아래와 같이 "conda env create -f 파일명"을 타이핑하시면 환경설징이 완료됩니다~
If so, just type "conda env create -f FileName' simply~
FYI: 파일 안의 Name 으로 새로운 가상환경이 생성됩니다.
According to the name inside of the env file, the virtual env will be created.
환경설정 설치가 전부 완료된 후에는 activate로 해당 Env로 접속~~
After finished install of the environments, you can change the virtual env from base to ml4t(check the below)
끝!
Done!
728x90
반응형