Files
jcm_/venv.sh
2024-03-03 19:43:51 +00:00

4 lines
63 B
Bash
Executable File

#!/bin/bash
python3 -m venv venv
source ./venv/bin/activate