mirror of
https://github.com/jamieahelmke/ansible-quickstart.git
synced 2026-01-02 06:32:12 +01:00
5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
source "$DIR/.venv/bin/activate"
|
|
echo "Virtual environment activated. Type 'deactivate' to exit."
|