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