
Windows without WSL is not natively supported as a control node see Matt Davis’ blog post for more information. This includes Red Hat, Debian, Ubuntu, macOS, BSDs, and Windows under a Windows Subsystem for Linux (WSL) distribution. Selecting an Ansible package and version to installįor your control node (the machine that runs Ansible), you can use nearly any UNIX-like machine with Python 3.9 or newer installed.

Adding Ansible command shell completion.Selecting an Ansible package and version to install.

After the installation process has finished, confirm the version using the following command: python3.9 -versionĬongratulations, you have successfully installed Python 3.Next, build Python using the following command: sudo make altinstall.Once the file has extracted, move into the directory that was created and configure the installation using the following command.Once the file is downloaded, extract it using the following command: tar -xvf Python-3.9.6.tgz.Once that is done, download the latest version of Python using the wget command as follows: wget.Sudo yum install gcc openssl-devel bzip2-devel libffi-devel zlib-devel Before installing Python you will first need to install the requisite software packages using the following command:.Now that we have PIP installed, we can proceed with installing the latest version of Python, 3.9.

