mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
remove not needed "--upgrade"
This commit is contained in:
parent
0ea8bde688
commit
2656f44309
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ ynh_exec_warn_less ynh_install_app_dependencies "$pkg_dependencies"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrade Python virtualenv..." --weight=10
|
ynh_script_progression --message="Upgrade Python virtualenv..." --weight=10
|
||||||
|
|
||||||
python3 -m venv --upgrade "${final_path}/venv"
|
python3 -m venv "${final_path}/venv"
|
||||||
|
|
||||||
#run source in a 'sub shell'
|
#run source in a 'sub shell'
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in a new issue