Add virtualenv symlink for RHEL 8.

Also enable template_jinja2_latest now that it passes.
This commit is contained in:
Matt Clay
2018-12-07 00:24:51 -08:00
parent 27fd8e4dc6
commit 6cd8742fa7
2 changed files with 3 additions and 1 deletions

View File

@@ -53,6 +53,9 @@ elif [ "${platform}" = "rhel" ]; then
if [ ! -f /usr/bin/pip ]; then
ln -s /usr/bin/pip3 /usr/bin/pip
fi
if [ ! -f /usr/bin/virtualenv ]; then
ln -s /usr/bin/virtualenv-3 /usr/bin/virtualenv
fi
else
while true; do
yum install -y \