반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- mysql purge
- react tailwindcss
- react
- 리액트 tailwind css
- next.js tailwind css
- mysql 재설치
- PHP
- 리눅스
- javascript
- mysql
- react typescript
- react tailwind css
- mysql uninstall
- react 기초
- 리액트 tailwindcss
- mysql error
- 안드로이드
- next.js css framework
- 리액트
- mysql 삭제
- 리액트 문법
- 도커
- Docker
- mysql broken install
- Android
- mysql 재설치 명령어
- next.js tailwindcss
- Python
- Docker ubuntu
- mysql fix install
Archives
- Today
- Total
목록pip3 (1)
Developer_hong
Python - Mac Terminal
파이썬 맥 터미널 해당 파이썬 파일 있는 디렉토리에서 실행 가능 ex) Directory: /Users/Work/work_1.py cd /Users/Work/ python3 work_1.py 맥 터미널 파이썬 실행 -> python3 -> print('Print_Test') [ 결과 : Print_Test ] exit() 입력하여 종료 모듈 설치 ex) Selenium 모듈이 필요하다면 pip3 install selenium 모듈이 잘 설치됐는지 확인 -> python3 -> from selenium import webdriver import 가 정상적으로 완료 된다는 것은 모듈 설치가 잘 되었다는 의미
프로그래밍/Python
2020. 7. 10. 15:43