아나콘다에서 장고프로젝트 파일 초기 설정

카초·2023년 12월 23일
0
(base) C:\Users\USER\career_it\aws_django>conda create -n "aws_django"
(base) C:\Users\USER\career_it\aws_django>conda activate aws_django
(aws_django) C:\Users\USER\career_it\aws_django>conda install django
(aws_django) C:\Users\USER\career_it>cd aws_django

(aws_django) C:\Users\USER\career_it\aws_django>code .

로 vscode 접속

0개의 댓글