Python Command Flag
python -c
- (command) ์ง์ ๋ช ๋ น์ด๋ฅผ ์ ๋ ฅํด Python ์ฝ๋๋ฅผ ์คํ ex) python -c "import pandas as pd"
python -m
- (module) Python ๋ชจ๋์ ์คํฌ๋ฆฝํธ๋ก ์คํ. ex) 'python -m http.server' ํ์ฌ ๋๋ ํ ๋ฆฌ์์ HTTP ์๋ฒ ์คํ
python -i
- (interactive) ์คํฌ๋ฆฝํธ ์คํ ํ ๋ํํ ๋ชจ๋๋ก ์ง์ ex) ์คํฌ๋ฆฝํธ ์คํ ํ interpreter๋ก ์ง์
python -O
- (Optimize) ์ต์ ํ ๋ชจ๋๋ฅผ ํ์ฑํ, assert๋ฌธ์ ์ ๊ฑฐํ๊ณ `__debug__`๋ฅผ 'False'๋ก ์ค์
python -B
- (bytecode) .pyc ํ์ผ์ ์์ฑํ๋ ๊ฒ์ ๋ฐฉ์ง. ๋ณดํต ๊ฐ๋ฐ ์ค์ ์์ ํ์ผ ์์ฑ์ ์์น ์์ ๋ ์ฌ์ฉ
python -u
- (unbuffered) ํ์ค ์ ์ถ๋ ฅ์ ๋ฒํผ๋ง์ ๋นํ์ฑํ. ๋ก๊ทธ๋ ๊ฒฐ๊ณผ๋ฅผ ์ค์๊ฐ์ผ๋ก ๋ณด๊ณ ์ถ์ ๋ ์ ์ฉ
python -v
- (version) python ๋ฒ์ ์ ๋ณด ์ถ๋ ฅ.
python -E
- (ignore environment) Python์ด ํ๊ฒฝ ๋ณ์์ ์ํฅ์ ๋ฐ์ง ์๋๋กํจ.
python -S
- (no site) Python ์์ ์ 'site' ๋ชจ๋์ ๋ถ๋ฌ์ง ์๋๋ค. Path์ env ๋ณ์ ํ์ธ์ ๊ฑด๋๋
python -s
- (no user site) ์ฌ์ฉ์ ์ ์ ์ฌ์ดํธ ํจํค์ง ๋๋ ํ ๋ฆฌ๋ฅผ ๋ฌด์. ํ๊ฒฝ ์ค์ ์ ๋ฐฐ์ ํ๊ณ ์ถ์๋ ์ ์ฉ
python -W
- (ignore warnings) warnings ์ถ๋ ฅ์ ๋ฌด์.
'๐ Python' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
FastAPI - starlette.routing.NoMatchFound: No route exists for name (0) | 2024.01.19 |
---|---|
[pip] WARNING: Skipping due to invalid metadata entry 'name' (0) | 2023.12.30 |
[Pytest] ERROR: file or directory not found (0) | 2023.12.13 |
[pipx] python ์ ์ญ ํจํค์ง๊ด๋ฆฌ pipx (0) | 2023.11.29 |
[mandelbrot set] ๋ง๋ธ๋ธ๋ก ์งํฉ (0) | 2023.11.19 |