How to Check Tensorflow version & location in Terminal
2 views
Jul 6, 2025
Get the full source code of application here:
View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you how to
0:04
track and show the version number of
0:06
TensorFlow that you're using directly
0:08
inside your Python application and
0:10
terminal. So Tensson TensorFlow is a
0:13
very popular package. So the command is
0:16
very simple. You first of all need to
0:18
install this package by executing this
0:21
command. I already installed it. So
0:23
after successfully installing it, now to
0:26
check the version number, you simply
0:27
execute this command. pip and pip show
0:31
tensorflow. So if you execute this
0:33
command here, it will exactly tell you
0:36
which version you're using which is 2.1
0:39
9.0
0:41
and it also tells you the location where
0:43
it is installed in your system. So this
0:46
is the entire location. So you simply
0:49
copy this path
0:52
and go to the file explorer and simply
0:54
paste this path.
0:57
And right here in the site packages
0:59
folder you will see this folder
1:01
appearing which is
1:04
TensorFlow
1:07
and you can go into this folder if you
1:09
want to look at all the things in this
1:11
easy way. You can track the location and
1:14
the version number of TensorFlow
1:16
directly in the terminal.
1:19
So also check out my website
1:21
freemediattools.com
1:23
uh which contains thousands of tools.