[Python]#9 Pipenv

Clay Ryu's sound lab·2023년 8월 25일
0

Framework

목록 보기
25/48

This post helped me a lot, https://velog.io/@doondoony/pipenv-101

Managing

pip install pipenv
pipenv --python 3.8
pipenv shell -> python <script>
pipenv --rm
pipenv install <package>

Package check

pip list
pipenv run pip freeze

Path check

which python
which pip

Interpreter Select

in Vscode

profile
chords & code // harmony with structure

0개의 댓글