Chris Vogel 1 년 전
부모
커밋
f4ce1db58f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      scripts/install

+ 2 - 2
scripts/install

@@ -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