- PYTHON PATH 추가하기
export PYTHONPATH="${PYTHONPATH}:/my/other/path"
- 끝
'Python > Examples' 카테고리의 다른 글
Book | Python Cookbook (0) | 2016.10.31 |
---|---|
Python | Examples | Math functions (buillt-in), 버림, 반올림, 내림, 올림 (0) | 2016.03.07 |
Python | Examples | 이미지 파일 binary 로 read 후 web browser 에서 data 받아서 보여주기 (0) | 2016.03.03 |
Python | Examples | Python code 에서 bash 명령 실행, command 실행 (0) | 2016.03.03 |
Python | Examples | dictionary 에서 key 값만 얻기 (0) | 2016.03.02 |