summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/helpers/algo-virtualenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/helpers/algo-virtualenv b/bin/helpers/algo-virtualenv
index efb0c64..cdac5ff 100755
--- a/bin/helpers/algo-virtualenv
+++ b/bin/helpers/algo-virtualenv
@@ -2,7 +2,7 @@
set -eu
set -o pipefail
-python -m virtualenv --python="$(command -v python2)" env
+python -m virtualenv --python="$(command -v python)" env
set +eu
# shellcheck disable=SC1091
source env/bin/activate