summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/python-lint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-gluster-org/scripts/python-lint.sh')
-rw-r--r--build-gluster-org/scripts/python-lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/python-lint.sh b/build-gluster-org/scripts/python-lint.sh
index 0db01af..b70ae0f 100644
--- a/build-gluster-org/scripts/python-lint.sh
+++ b/build-gluster-org/scripts/python-lint.sh
@@ -7,7 +7,7 @@ mkdir $RESULT
./configure --disable-bd-xlator --enable-debug --enable-gnfs --silent
# create and activate virtual env
-virtualenv --system-site-packages env
+python3 -m venv env
. env/bin/activate
#install flake8 and pylint