강의

멘토링

커뮤니티

Inflearn Community Q&A

joshuashin01110171's profile image
joshuashin01110171

asked

Introduction to Python for Programming and Data Science

Lab: Installing the Atom Editor on Windows

No such file or directory

Written on

·

295

0

atom 에서 명령어(?) 를 쓴뒤에 터미널에서 python abc.py 를 실행시켰는데 python: can't open file 'abc.py': [Errno 2] No such file or directory 이런 문구가 뜨면서 명령이 들어가질 않습니다.. mkdir 로 workspace 라는 폴더도 c드라이브에 만들어져 있고 abc 파일도 거기에 있는데 말이죠...

bigdatapython

Answer 1

0

TeamLab님의 프로필 이미지
TeamLab
Instructor

아마 atom에 있는 abc.py 파일이 같은 폴더에 있지 않을거 같습니다.

atom abc.py

로 확인 부탁드립니다.

joshuashin01110171's profile image
joshuashin01110171

asked

Ask a question