We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df2d2b commit 5b3a321Copy full SHA for 5b3a321
1 file changed
_episodes/12-virtual-environments.md
@@ -63,7 +63,7 @@ which contains a particular version of Python installation
63
plus a number of additional external libraries.
64
65
Virtual environments are not just a feature of Python -
66
-most modern programming languages use them to isolate libraries/dependencies for a specific project
+most modern programming languages use them to isolate libraries or dependencies for a specific project
67
and make it easier to develop, run, test and share code with others.
68
Even languages that do not explicitly have virtual environments have mechanisms
69
that promote per-project dependency collections (e.g. Maven with classpath for Java).
0 commit comments