Python Notes
Starting Project
-
cd into package or dev
-
python3 -m venv venv
-
source venv/bin/activate
-
python -m pip install AYZ
-
#!/usr/bin/env python
-
deactivate
Reference
- https://realpython.com/python-virtual-environments-a-primer/
- https://learnpython.com/blog/python-requirements-file/
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.