A set of automation scripts work with no issue from a local machine, but an experiment needs to take place with a new package found online. How is this new package 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.
As we use a local machine, the simplest and fastest solution is to use a virtual-env on the local machine. D is the correct answer.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
anonymousch
2 days, 6 hours ago