Skip to content

Commit 5b3a321

Browse files
anenadicbielsnohr
andauthored
Update _episodes/12-virtual-environments.md
Co-authored-by: Matthew <matthew.bluteau@gmail.com>
1 parent 2df2d2b commit 5b3a321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/12-virtual-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ which contains a particular version of Python installation
6363
plus a number of additional external libraries.
6464

6565
Virtual environments are not just a feature of Python -
66-
most modern programming languages use them to isolate libraries/dependencies for a specific project
66+
most modern programming languages use them to isolate libraries or dependencies for a specific project
6767
and make it easier to develop, run, test and share code with others.
6868
Even languages that do not explicitly have virtual environments have mechanisms
6969
that promote per-project dependency collections (e.g. Maven with classpath for Java).

0 commit comments

Comments
 (0)