Dermot Keenan
Quiz por , criado more than 1 year ago

These are the questions for Lesson A2

234
0
0
Sem etiquetas
Dermot Keenan
Criado por Dermot Keenan mais de 6 anos atrás
Fechar

Virtual environments quiz

Questão 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.

Arraste e solte para completar o texto.

    affecting
    effecting
    changing
    deleting

Explicação

Questão 2 de 4

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 3 de 4

1

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

Arraste e solte para completar o texto.

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

Explicação

Questão 4 de 4

1

What does the command <virtualenv venv> do?

Selecione uma das seguintes:

  • 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

Explicação