8000 Merge pull request #56 from HeroicHitesh/patch-2 · vicnoo/c9-python-getting-started@345c81f · GitHub
[go: up one dir, main page]

Skip to content

Commit 345c81f

Browse files
author
Christopher Harrison
authored
Merge pull request microsoft#56 from HeroicHitesh/patch-2
Update link to venv official documentation
2 parents f7d585a + acc9f46 commit 345c81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-for-beginners/15 - Packages/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ display('Not a warning')
2424

2525
## Virtual environments
2626

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.
2828

2929
``` console
3030

0 commit comments

Comments
 (0)
0