Difference between revisions of "Advanced Python Topics and Links"
(Created page with "Category:PythonCategory:rchan * http://python-packaging-user-guide.readthedocs.io/") |
|||
Line 1: | Line 1: | ||
[[Category:Python]][[Category:rchan]] | [[Category:Python]][[Category:rchan]] | ||
+ | = Python Virtual Environments = | ||
+ | * virtualenv (for version 2 and 3) | ||
+ | * venv (version 3 only) | ||
+ | = Python Packaging = | ||
* http://python-packaging-user-guide.readthedocs.io/ | * http://python-packaging-user-guide.readthedocs.io/ |
Revision as of 16:50, 6 April 2018
Python Virtual Environments
- virtualenv (for version 2 and 3)
- venv (version 3 only)