Last active
April 5, 2026 07:35
-
-
Save SidChenTW/5f1e14ed0c471a83fc3eaa0153f900ab to your computer and use it in GitHub Desktop.
MacBook Python Virtualenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python3 -m venv venv | |
| source venv/bin/activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment