David
David

Reputation: 59

How to install pyvmomi

Can I install pyvmomi package on ESXi? If so how? is there any documentation on this? There is no pip available and when I tried to just copy the python files I find out that it depends on .so files on Linux and .dll on Windows.

Thanks

Upvotes: 0

Views: 701

Answers (1)

Appsalar
Appsalar

Reputation: 46

pyVmomi is already present on ESXi. However it may not be part of its PYTHONPATH. You can find the directory and if you add it to PYTHONPATH then you should be able to use it right away.

Upvotes: 3

Related Questions