Virtualenv with python3 ansible

$mkdir project
$cd project
$virtualenv --python=/usr/bin/python3.6 venv
$. ./venv/bin/activate
$pip list
$pip install ansible
$pip install boto
$pip install boto3
$pip install pywinrm
$pip freeze > requirements.txt
  •  
  •  
  •  
  •  

Viet Luu has written 318 articles

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

We are thankful for your never ending support.