[mod] be paranoid to be sure we don't compile lxml
This commit is contained in:
parent
b7481fc09e
commit
bd56eb4f5d
|
@ -55,7 +55,7 @@ then
|
||||||
fi
|
fi
|
||||||
sudo cp -r ../sources/* $final_path
|
sudo cp -r ../sources/* $final_path
|
||||||
sudo virtualenv --system-site-packages $final_path
|
sudo virtualenv --system-site-packages $final_path
|
||||||
sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements.txt"
|
sudo bash -c "source $final_path/bin/activate && pip install -r $final_path/requirements-ynh.txt"
|
||||||
|
|
||||||
# Disable swapfile
|
# Disable swapfile
|
||||||
if [[ -v "$tmp_swap_file" ]];
|
if [[ -v "$tmp_swap_file" ]];
|
||||||
|
|
Loading…
Reference in New Issue