tool - env

웹브라우저 북마커

보안인증서 사용


패키지 관리 설치

choco install [PACKAGE_NAME]
choco list -l
choco uninstall [PACKAGE_NAME]

환경변수

.bashrc : 세션을 실행할 불러오는 환경설정 파일
.bash_profile : 사용자 로그인 또는 전환할 때 불러오는 환경설정 파일

python

brew install [email protected]
brew unlink [email protected] 
brew link --force --overwrite [email protected]
python3 --version
choco upgrade all (모든 라이브러리 업데이트 되므로 주의)
choco uninstall python39
choco install python310

intelliJ


리눅스

uvicorn main:app --reload > fastapi.log 2>&1 &
tail -f fastapi.log

pip (uv로 대체)

pip 레파지토리 config 수정

npm 레파지토리 config 수정