mirror of
https://github.com/YunoHost-Apps/13ft_ynh.git
synced 2024-09-03 18:06:03 +02:00
improve venv
This commit is contained in:
parent
df85937f96
commit
3ae1393e95
1 changed files with 4 additions and 1 deletions
|
@ -109,7 +109,10 @@ ynh_script_progression --message="Installing python dependencies..." --weight=1
|
||||||
|
|
||||||
# ynh_install_app_dependencies $pkg_dependencies
|
# ynh_install_app_dependencies $pkg_dependencies
|
||||||
|
|
||||||
venv/bin/pip install flask
|
pushd $final_path
|
||||||
|
python3 -m venv venv
|
||||||
|
venv/bin/pip install --upgrade pip
|
||||||
|
venv/bin/pip install flask
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE DEDICATED USER
|
# CREATE DEDICATED USER
|
||||||
|
|
Loading…
Add table
Reference in a new issue