1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Change the python version

This commit is contained in:
renaudponcelet 2019-08-20 17:32:19 +02:00 committed by GitHub
parent 58b967e0c9
commit 3bfdb52d38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ ynh_system_user_create --username="$app" --home_dir="$final_path"
#=================================================
ynh_secure_remove --file="$final_path/code/virtualenv"
virtualenv -p python3 "$final_path/code/virtualenv"
virtualenv -p python3.6 "$final_path/code/virtualenv"
(
set +o nounset
source "${final_path}/code/virtualenv/bin/activate"