You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python-for-beginners/15 - Packages/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ display('Not a warning')
24
24
25
25
## Virtual environments
26
26
27
-
[Virtual environments](https://docs.python.org/3.7/library/exceptions.html) allow you to install packages into an isolated folder. This allows you to better manage versions.
27
+
[Virtual environments](https://docs.python.org/3.7/tutorial/venv.html) allow you to install packages into an isolated folder. This allows you to better manage versions.
0 commit comments