PREV INDEX NEXT

Author: Unknown
Subject: Python virtual env
Date: Wednesday, 07 Oct 2020, 15:39:05

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.
PREV INDEX NEXT