QuestionQ19
Network Automation FoundationA collection of automation scripts runs without issue from a local machine, but an experiment must be conducted using a new package discovered online.
How can this new package be isolated from the main code base?
- A Add the new package to your requirements.txt file.
- B Create a new virtual machine and perform a pip install of the new package.
- C Perform a pip install of the new package when logged into your local machine as root.
- D Create a new virtual environment and perform a pip install of the new package.
Community Discussion