[Pytest] ERROR: file or directory not found
ยท
๐ Python
ERROR: file or directory not found pytest ์ import package์ path๊ฐ sys.path์ ๋ฑ๋ก๋์ง ์์ module์ ๋ถ๋ฌ์ฌ ์ ์๋ ์ํ์ด๋ค. 1) python์ด ์คํ๊ณผ ๋์์ env ์ค์ / mac (/.zshrc), Windows(/.bashrc) # ๊ฒฝ๋ก ๋ฑ๋ก export PYTHONPATH="/Users/code/~" # ๋ค์์ ๊ฒฝ๋ก ๋ฑ๋ก export PYTHONPATH="/Users/code/~:/Users/workspace/~" 2) python ํ๊ฒฝ ๋ณ์ PYTHONHOME ํ์ค Python ๋ผ์ด๋ธ๋ฌ๋ฆฌ์ ์์น๋ฅผ ๋ณ๊ฒฝํฉ๋๋ค. ๊ธฐ๋ณธ์ ์ผ๋ก ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ prefix/lib/pythonversion ๋ฐ exec_prefix/lib/pythonversio..