mirror of
https://github.com/jamieahelmke/ansible-quickstart.git
synced 2026-01-02 14:42:11 +01:00
Initial commit
This commit is contained in:
4
start_venv.sh
Executable file
4
start_venv.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
source "$DIR/env/venv/bin/activate"
|
||||
echo "Virtual environment activated. Type 'deactivate' to exit."
|
||||
Reference in New Issue
Block a user