1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00
This commit is contained in:
Salamandar 2024-01-30 11:38:11 +01:00
parent bb3b233539
commit c8f1c327b4

View file

@ -44,7 +44,7 @@ install_source() {
ynh_setup_source --dest_dir $install_dir/ --source_id "armv7_$(lsb_release --codename --short)"
else
# Install virtualenv if it don't exist
#REMOVEME? test -e $install_dir/bin/python3 || python3 -m venv $install_dir
test -e $install_dir/bin/python3 || python3 -m venv $install_dir
# Install pgadmin in virtualenv
u_arg='u'