My machine already have Tensorflow 8.0 installed using pip. I installed Tensorflow 9.0 from source to support cudnn 5. The thing is when I "import tensorflow" in python it still uses the pip installation.
Can I tell python to import my new installation and ignore the pip installation?
I want to keep the pip installation, because it is being used by other people (the machine is a server).
Thanks, Dan