linux 에서 python을 사용하여 browsing 하기 (리눅스에서 파이선으로 브라우저 열기)
Python :
2014. 3. 12. 10:33
반응형
윈도우에서
윈도우 환경에서라면 실행 창에서 "iexplore google.com" 같은 방법으로 실행 가능
덧붙여서
"devenv"는 비쥬얼스튜디오
"inetcpl.cpl"은 인터넷 옵션 제어창
"eventvwr.msc"는 이벤트 뷰어
http://kb.mozillazine.org/Command_line_arguments
python 으로
http://docs.python.org/library/webbrowser.html
xdg-open 명령으로
xdg-open 명령을 사용하면 데스크탑 환경에 따라 적절한 브라우져나 명령어가 실행됩니다.
반응형
'Python' 카테고리의 다른 글
python simple http server (0) | 2016.07.21 |
---|---|
nginx flask 설정 (0) | 2014.02.14 |
python flask beautifulsoup4 (0) | 2013.10.02 |