Commit 95aed563 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Minor updates to setup script

parent c811b18d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
# requires: py_exe
py_exe=python${py_version}

echo "MAKE-VENV VERSION 1"

rm -Rf .env
rm -Rf build

VIRTUALENV="${py_exe} -m venv"
${VIRTUALENV} -h > /dev/null || VIRTUALENV="virtualenv --no-setuptools -p ${py_exe}"