1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Create virtualenv in install_source fonction

This commit is contained in:
Josué Tille 2017-10-28 20:56:52 +02:00
parent fa8a618ea0
commit 7d8bce0bd3

View file

@ -19,9 +19,6 @@ setup_dir() {
mkdir -p /var/log/matrix-synapse mkdir -p /var/log/matrix-synapse
mkdir -p /etc/matrix-synapse/conf.d mkdir -p /etc/matrix-synapse/conf.d
mkdir -p $final_path mkdir -p $final_path
# Install virtualenv
virtualenv -p python2.7 $final_path
} }
install_source() { install_source() {