Dermot Keenan
Quiz von , erstellt am more than 1 year ago

These are the questions for Lesson A2

234
0
0
Keine Merkmale angegeben
Dermot Keenan
Erstellt von Dermot Keenan vor mehr als 6 Jahre
Schließen

Virtual environments quiz

Frage 1 von 4

1

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 other projects.

Klicke und ziehe, um den Text zu vervollständigen.

    affecting
    effecting
    changing
    deleting

Erklärung

Frage 2 von 4

1

The Python virtual environment gives the advantage that there are multiple copies of Python available for several projects.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 3 von 4

1

To create a virtual environment, what do you install (), where () and then what do you do ().

Klicke und ziehe, um den Text zu vervollständigen.

    virtualenv
    on your project folder
    activate your virtual environment
    delete your virtual environment
    pip install

Erklärung

Frage 4 von 4

1

What does the command <virtualenv venv> do?

Wähle eine der folgenden:

  • 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

Erklärung