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:
parent
1b031eecb1
commit
58b967e0c9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue