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:
parent
fa8a618ea0
commit
7d8bce0bd3
1 changed files with 0 additions and 3 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue