Skip to content

Instantly share code, notes, and snippets.

@yspkm
Created July 23, 2023 07:11
Show Gist options
  • Save yspkm/ba446d3183018bf8451157b70771c0ec to your computer and use it in GitHub Desktop.
Save yspkm/ba446d3183018bf8451157b70771c0ec to your computer and use it in GitHub Desktop.
python venv 사용법
python3 -m venv env-id
source env-id/bin/activate #요 부분이 21년 자료랑 약가 다름?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment