Tested on Arch Linux. First install support for the Virtualenv
$ pip2 install virtualenv
Create the virtualenv to host ansible :
$ virtualenv --system-site-packages ansible_env
Activate the environment
$ source ansible_env/bin/activate
Install a specific version
$ pip2 install ansible==2.1.3.0
When complete deactivate
$ deactivate
No comments:
Post a Comment