강의

멘토링

커뮤니티

Inflearn Community Q&A

type760291367101's profile image
type760291367101

asked

30-minute summary course season 2: Python application

How to use Jupyter notebook (Install after searching for Anaconda on Google)

명령어가 되지 않는데 뭐가 문제일까요

Written on

·

3.1K

0

'touch'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.

'ls'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.

로 나옵니다.
python

Answer 2

0

Hojun Lee님의 프로필 이미지
Hojun Lee
Instructor

power shell에서 하고 있으신가요?

명령어를 치고 있으신 곳이 window의 명령프롬프트라면 해당 명령어가 실행되지 않습니다.

window의 power shell이나

(추천) git bash 사용을 권고합니다.

감사합니다.

0

Hojun Lee님의 프로필 이미지
Hojun Lee
Instructor

안녕하세요. Jung Jin-woong 님:)

명령어가 실행되지 않는 이유는 touch, ls는 리눅스, 맥 명령어이기 때문에

touch는 copy con 명령어로 ls는 dir 명령어로 실행하시면 됩니다.

감사합니다.

type760291367101's profile image
type760291367101

asked

Ask a question