PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] Python virtual env
Date: Thursday, 08 Oct 2020, 08:12:02


    > Message Posted By: Unknown
    >
    > If we were to import modules in Python that are not available without pip
    > installing, would you recommend that we create a virtual env for the
    > modules, or just install it directly? I'm asking since I'm not sure how
    > that would affect the test script for our executable.

You may not use any module that is not generally
available on the Zoo; i.e., if you have to install
it, you may not use it.

--Stan-
PREV INDEX NEXT