Python 가상환경 실행(pipenv 이용), Django install

Python 가상환경 실행(pipenv 이용), Django install

터미널창에 파이썬3를 실행하기 위해 아래 명령어

pipenv --three

가상환경으로 실행

pipenv shell

가상환경 실행 확인

django-admin

Django install

최신 버전

pipeven install Django

특정 버전

pipenv install Django==2.2.5

from http://developer-trier.tistory.com/388 by ccl(A) rewrite - 2021-10-11 18:27:06