Este conteúdo não está disponível no idioma selecionado.
1.2. Installing the Python Software Development Kit
Install the Python software development kit.
Procedure 1.1. Installing the Python Software Development Kit
- Ensure your system is subscribed to the
Red Hat Enterprise Virtualization
entitlement in Red Hat Subscription Manager:subscription-manager list --available | grep -A8 "Red Hat Enterprise Virtualization" subscription-manager attach --pool=pool_id subscription-manager repos --enable=rhel-6-server-rhevm-3.6-rpms
# subscription-manager list --available | grep -A8 "Red Hat Enterprise Virtualization" # subscription-manager attach --pool=pool_id # subscription-manager repos --enable=rhel-6-server-rhevm-3.6-rpms
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Install the required packages:
yum install rhevm-sdk-python
# yum install rhevm-sdk-python
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
The Python software development kit and accompanying documentation are downloaded to the
/usr/lib/python2.7/site-packages/ovirtsdk/
directory, and can now be added to Python projects.