강의

멘토링

커뮤니티

Inflearn Community Q&A

sukwon's profile image
sukwon

asked

Getting Started with Programming: Introduction to Python (Inflearn Original)

Python Basic Environment Settings (2-1): Development Environment Settings (Vscode) - Windows

vscode 초기 실행 관련 문의

Written on

·

157

0

안녕하세요.
처음 vscode 를 설치하고 셋팅을 했는데,
ch2 강의를 듣다가,
코드 실행을 하면 그림과 같이 파일 경로에 추가적으로
파란색글씨로 뜨는게 왜그런지 알 수 있을까요?
( c:; cd 'c:\Users\dogfo\___python\inflearn\python_basic(Lv1)'; & 'C:\Users\dogfo\AppData\Local\Programs\Python\Python310\python.exe' 'c:\Users\dogfo\.vscode\extensions\ms-python.python-2021.11.1422169775\pythonFiles\lib\python\debugpy\launcher' '59249' '--' 'c:\Users\dogfo\___python\inflearn\python_basic(Lv1)\chapter02_01.py')
python

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

네 안녕하세요.

python.exe 실행 경로를 표시해주는 것 같습니다.

후에 가상환경을 사용하면 괜찮아져여!

sukwon's profile image
sukwon

asked

Ask a question