Categories
Tags
AI airflow alias book build clang closure collection commandline config container DB decorator docker draft format functional generic git gradle intellij java JPA k3s k8s kafka kotlin linux loki monitoring msa neovim network nix poetry pointer python reflection shortcut Spring sql system-design testing web zero-copy
74 words
1 minutes
[Python]poetry 가상환경
poetry 초기 설정하기
프로젝트 폴더 내부에 가상환경을 생성하는 config 설정
poetry config virtualenvs.in-project true poetry config virtualenvs.path "./.venv" # 인터프리터가 나오지 않을 경우 아래 명령어로 인터프리터 위치를 탐색 which python
[Python]poetry 가상환경
https://yjinheon.netlify.app/posts/01programming/python/python-poetry/