Zusammenfassung der Ressource
Frage 1
Frage
Please drag the missing script into the relevant blanks, to define a virtual environment in the context of Python.
A virtual environment is an isolated working copy of Python which allows you to work on a specific project without [blank_start]affecting[blank_end] other projects.
Antworten
-
affecting
-
effecting
-
changing
-
deleting
Frage 2
Frage
The Python virtual environment gives the advantage that there are multiple copies of Python available for several projects.
Frage 3
Frage
To create a virtual environment, what do you install ([blank_start]virtualenv[blank_end]), where ([blank_start]on your project folder[blank_end]) and then what do you do ([blank_start]activate your virtual environment[blank_end]).
Frage 4
Frage
What does the command <virtualenv venv> do?
Antworten
-
It installs the virtual environment
-
It activates the venv of the virtual environment
-
It creates the virtual environment in the folder where it is entered
-
It creates the virtual environment in all project folders