3 lines
88 B
Bash
3 lines
88 B
Bash
#!/bin/bash
|
|
# Automatically activate Python virtual environment
|
|
source venv/bin/activate |