Update windows_winrm.rst (#70306)

gcc also needed to be installed alongside python-devel, krb5-devel, krb5-libs, and krb5-workstation.
This commit is contained in:
mahadelmi 2020-07-13 14:43:39 -04:00 committed by GitHub
parent d16018fe72
commit f4ea43c4a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,7 +303,7 @@ Some system dependencies that must be installed prior to using Kerberos. The scr
.. code-block:: shell .. code-block:: shell
# Via Yum (RHEL/Centos/Fedora) # Via Yum (RHEL/Centos/Fedora)
yum -y install python-devel krb5-devel krb5-libs krb5-workstation yum -y install gcc python-devel krb5-devel krb5-libs krb5-workstation
# Via Apt (Ubuntu) # Via Apt (Ubuntu)
sudo apt-get install python-dev libkrb5-dev krb5-user sudo apt-get install python-dev libkrb5-dev krb5-user