diff --git a/home/private_bin/executable_generate-vivenvs b/home/private_bin/executable_generate-vivenvs index 77daa1b..e2a0c43 100644 --- a/home/private_bin/executable_generate-vivenvs +++ b/home/private_bin/executable_generate-vivenvs @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + from viv import Env, ViVenv SPECS = (["black"], ["pre-commit"], ["pdm"])