Skip to content

Instantly share code, notes, and snippets.

#
# (c) 2017 Red Hat Inc.
#
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
#!/bin/bash
############
# run this file as `source build.sh`
############
# venv
python3.7 -m venv venv
source venv/bin/activate
pip install wheel
pip install paramiko