https://app.pluralsight.com/library/courses/practical-python-beginners/table-of-contents
Why: different projects want to use different lib version
# Create a Virtual Env
# https://docs.python.org/3/library/venv.html
py -m venv venv-hello
| Name | Name | Last commit date | ||
|---|---|---|---|---|
https://app.pluralsight.com/library/courses/practical-python-beginners/table-of-contents
Why: different projects want to use different lib version
# Create a Virtual Env
# https://docs.python.org/3/library/venv.html
py -m venv venv-hello