mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
fix
This commit is contained in:
parent
bb3b233539
commit
c8f1c327b4
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue