create cli with venv installation for new ansible workspace
This commit is contained in:
7
ansible-5/cli/install-python
Executable file
7
ansible-5/cli/install-python
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
venvironment='venv'
|
||||
|
||||
sudo apt install -y python-is-python3 python3-pip python3-argcomplete
|
||||
python -m pip install --user virtualenv
|
||||
|
||||
python -m virtualenv ${venvironment}
|
||||
Reference in New Issue
Block a user