Dermot Keenan
Test por , creado hace más de 1 año

These are the questions for Lesson A2

234
0
0
Sin etiquetas
Dermot Keenan
Creado por Dermot Keenan hace más de 6 años
Cerrar

Virtual environments quiz

Pregunta 1 de 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.

Arrastra y suelta para completar el texto.

    affecting
    effecting
    changing
    deleting

Explicación

Pregunta 2 de 4

1

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

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 3 de 4

1

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

Arrastra y suelta para completar el texto.

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

Explicación

Pregunta 4 de 4

1

What does the command <virtualenv venv> do?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación