python interpreter configure

    [Intellij]  python interpreter configure 설정하기 (자바에서 파이썬 실행하기)

    [Intellij] python interpreter configure 설정하기 (자바에서 파이썬 실행하기)

    Java에서 python을 실행시키고자 할 때 python interpreter 를 세팅해주어야 한다. (Intellij Ultimate 사용중) Intellih에 파이썬 파일을 넣고 실행시키려고 하니 no python interpreter configured for the module 의 오류가 노오고 파이썬 실행을 할 수 없었다. 다음 에러를 해결하고 Intellij에서 파이썬을 해결하기 위해서는 python sdk 를 추가하면된다. 프로젝트 상단에 File -> Project Structure -> Platform Settings -> SDKs -> + -> Add Python SDK System Interpreter 에서 python.exe 파일을 선택한다. SDK를 설정하고 자바를 실행시켰을 때..