mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2024-09-03 18:36:30 +02:00
…
This commit is contained in:
parent
1f364df09b
commit
f4ce1db58f
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ python3 -m venv --without-pip "$install_dir/venv"
|
|||
source "$install_dir/venv/bin/activate"
|
||||
set -o nounset
|
||||
set -x
|
||||
ynh_exec_as $app $install_dir/venv/bin/python3 -m ensurepip
|
||||
ynh_exec_as $app $install_dir/venv/bin/pip3 install -r "$install_dir/flohmarkt.git/requirements.txt"
|
||||
$install_dir/venv/bin/python3 -m ensurepip
|
||||
$install_dir/venv/bin/pip3 install -r "$install_dir/flohmarkt.git/requirements.txt"
|
||||
)
|
||||
|
||||
# @@ configure
|
||||
|
|
Loading…
Add table
Reference in a new issue