2012/08/27
Python Shell 실행하기
Python 을 공부해보려고 Portable Python을 찾게 되었다.
하지만 Python Shell을 사용할 수 가 없었다.
pythonw 실행파일을 실행해 봤지만 소용 없었다. 그냥 도스용 인터프리터를 사용하면 되겠지만 왠지 컬러플한 Python을 하용하고 싶어 방법을 찾아 보았다.
Python Shell 인 IDLE는 Python으로 작성된 스크립트 였다. 그래서 Python 으로 실행해 주어야 했다.
아래 명령을 실행하면 Python Shell이 실행된다.
D:\Dev\Python\App\pythonw.exe "D:\Dev\Python\App\Lib\idlelib\idle.py"
&
Original Post : http://neodreamer-dev.tistory.com/676
하지만 Python Shell을 사용할 수 가 없었다.
pythonw 실행파일을 실행해 봤지만 소용 없었다. 그냥 도스용 인터프리터를 사용하면 되겠지만 왠지 컬러플한 Python을 하용하고 싶어 방법을 찾아 보았다.
Python Shell 인 IDLE는 Python으로 작성된 스크립트 였다. 그래서 Python 으로 실행해 주어야 했다.
아래 명령을 실행하면 Python Shell이 실행된다.
D:\Dev\Python\App\pythonw.exe "D:\Dev\Python\App\Lib\idlelib\idle.py"
&
Original Post : http://neodreamer-dev.tistory.com/676
Labels:
idle
,
python
,
Python Sell
,
TistoryOldPost
,
파이썬
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment