mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
Fix pythonz
This commit is contained in:
parent
1fff8898a9
commit
561e936710
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ ynh_system_user_create $app # Créer un utilisateur système dédié à l'app
|
|||
# curl -kL https://raw.githubusercontent.com/saghul/pythonz/master/pythonz-install
|
||||
# ./pythonz-install
|
||||
ynh_setup_source "$final_path/.pythonz" pythonz
|
||||
export PYTHONZ_ROOT="$final_path/.pythonz"
|
||||
# Then install it
|
||||
python $final_path/.pythonz/pythonz_install.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue