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

Changes the python version

Specifies the python version to be able to use channels-redis
This commit is contained in:
renaudponcelet 2019-08-20 17:28:35 +02:00 committed by GitHub
parent 1b031eecb1
commit 58b967e0c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ ynh_system_user_create --username="$app" --home_dir="$final_path"
# PYTHON DEPENDENCIES
#=================================================
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"