I want to use tensorflow through a virtual environment. However, the Python script I want to run requires me to use a separate virtual environment that does not include tensorflow.
Is it possible to activate these simultaneously? If not, can I merge the two virtual environments somehow?