VMware Cloud Community
yapit
Contributor
Contributor
Jump to solution

VMSA-2021 KB 85717 How can I check python version?

KB  85717 mention 

3) Run the script by executing the command below
    Change the path to the file as appropriate 
    The version of python to use depends on the exact version of your vCenter.????
 
How can I know ? I just download VCSA ISO file from vmware then which version of python ??  
          

 

Reply
0 Kudos
1 Solution

Accepted Solutions
fabio1975
Commander
Commander
Jump to solution

Ciao 

From vCenter Appliance Shell (Connect with SSH to vCenter, and type Shell) use this command 

python -V or python3 -V

the output is the same,

 

 

Fabio

Visit vmvirtual.blog
If you're satisfied give me a kudos

View solution in original post

1 Reply
fabio1975
Commander
Commander
Jump to solution

Ciao 

From vCenter Appliance Shell (Connect with SSH to vCenter, and type Shell) use this command 

python -V or python3 -V

the output is the same,

 

 

Fabio

Visit vmvirtual.blog
If you're satisfied give me a kudos