강의

멘토링

로드맵

Inflearn Community Q&A

papepopepe's profile image
papepopepe

asked

Create a Quiz App/Server in 1 Hour with Flutter and Django [Full Stack]

Set up Django Rest Framework development and complete API development in 10 minutes

*윈도우에서 개발하시는 분들 가상환경 만드실 때

Written on

·

1.4K

2

도움이 될런지 모르지만 순서대로 해보시면 아마 되실 겁니다
 
1. 윈도우에서 powershell 실행
 
2. 파워쉘에 다음과 같이 입력
cd (가상환경을 만드려고 하는 폴더의 경로)
 
3. 파워쉘에 다음과 같이 입력 (example은 가상환경 이름입니다, 자유롭게 하세요)
python -m venv example
 
4. 파워쉘에 다음과 같이 입력 (위에서 example 말고 다른 이름으로 하셨다면 그 이름을 example 대신 적으시면 되겠습니다.)
cd example
 
5. 파워쉘에 다음과 같이 입력
Scripts\activate.bat
 
https://dojang.io/mod/page/view.php?id=2470
해당 페이지에서 4.7.11.1 Windows에서 가상환경 만들기 부분 참고하시면 자세히 잘 나와있습니다.
djangoFlutter

Answer

This question is waiting for answers
Be the first to answer!
papepopepe's profile image
papepopepe

asked

Ask a question