mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
don't instal psycopg manually
This commit is contained in:
parent
fa88c45505
commit
9ae52eee75
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ ynh_use_venv() {
|
|||
}
|
||||
|
||||
_install_pgadmin_pip() {
|
||||
ynh_exec_as "$app" "$venvpy" -m pip install --upgrade --no-cache-dir --ignore-installed "psycopg[c]"
|
||||
# ynh_exec_as "$app" "$venvpy" -m pip install --upgrade --no-cache-dir --ignore-installed "psycopg[c]"
|
||||
|
||||
cp "$YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt" "$install_dir/requirements.txt"
|
||||
ynh_exec_as "$app" "$venvpy" -m pip install --upgrade -r "$install_dir/requirements.txt"
|
||||
|
|
Loading…
Reference in a new issue