The notebook that im using uses python 3.11 as executable but when i use:
!pip install tensorflow
or
%pip install tensorFlow
it keeps installing it to the 3.9 version of python which is the cloud shell version of python.
I did refer to the documentation but it confused me more, a simpler approach would be nice or a simpler explanation too.