My computer already has Tensorflow. Now I want to create a virtualenv to work inside it. So do I need to re-install Tensorflow inside the virtual environment or can I use the Tensorflow that was already installed outside?
The same questions with skimage, numpy, etc packages? Do I need to reinstall all of them for the virtual environment I just created? All of them have been installed outside.
Thanks,