create cli with venv installation for new ansible workspace
This commit is contained in:
7
ansible-5/cli/env/freeze
vendored
Executable file
7
ansible-5/cli/env/freeze
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
pip freeze > requirements.txt
|
||||
ls -l requirements.txt
|
||||
|
||||
python --version > pythonversion.txt
|
||||
ls -l pythonversion.txt
|
||||
Reference in New Issue
Block a user