tools.utils
Yohn Y.
2025-05-17
6:9fc60d528049
Go to Latest
tools.utils/shell/make-venv
+ shell утилиты
2 # devel.a0fs.ru -- DEV:TOOLS::~/bin/make-venv.sh -- v0.r202405.1
12 if [ -z
"${p_prompt}" ]; then
13 die
"Нужно указать название приложения в параметре"
16 if [ -z
"${p_dir}" ]; then
20 exec python3
-m
venv
--upgrade-deps
--prompt
"${p_prompt}" "${p_dir}"