Files
jcm_edit/venv.sh
2024-02-24 16:55:00 +08:00

4 lines
63 B
Bash
Executable File

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