반응형
250x250
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
- redis
- Airflow
- IntelliJ
- SQL
- chartjs
- PostgreSQL
- JavaScript
- aws cicd
- VPN
- aws
- java bigdecimal
- node
- COALESCE
- or some instances in your deployment group are experiencing problems.
- codedeploy
- docker
- codepipeline
- chart.js
- codebuild
- bootstrap
- Python
- Spring Error
- AWS CI/CD 구축하기
- Flux
- Spring
- Kafka
- codedeploy error
- 도커
- Jenkins
- kubeflow
Archives
- Today
- Total
목록Intellij python import (1)
Small Asteroid Blog

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를 설정하고 자바를 실행시켰을 때..
도구/Intellij
2021. 10. 20. 14:13