Skip to content

Commit 1979f94

Browse files
delsimdelsim
and
delsim
authored
Update make_env script to no longer require virtualenv command (#397)
Co-authored-by: delsim <[email protected]>
1 parent e10a34f commit 1979f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_env

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
DEFAULT_PYTHON_VER=3.6
1010
PYTHON_VER=${1:-$DEFAULT_PYTHON_VER}
1111
#
12-
virtualenv -p python${PYTHON_VER} env
12+
python${PYTHON_VER} -m venv env
1313
#
1414
source env/bin/activate
1515
#

0 commit comments

Comments
 (0)