File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ which contains a particular version of Python installation
6363plus a number of additional external libraries.
6464
6565Virtual environments are not just a feature of Python -
66- most modern programming languages use them to isolate libraries for a specific project
66+ most modern programming languages use them to isolate libraries/dependencies for a specific project
6767and make it easier to develop, run, test and share code with others.
68- Even languages that don't explicitly have virtual environments have other mechanisms
69- that promote per-project library collections.
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) .
7070In this episode, we learn how to set up a virtual environment to develop our code
7171and manage our external dependencies.
7272
You can’t perform that action at this time.
0 commit comments