Skip to content
Snippets Groups Projects
Unverified Commit 1979f947 authored by Mark Gibbs's avatar Mark Gibbs Committed by GitHub
Browse files

Update make_env script to no longer require virtualenv command (#397)


Co-authored-by: default avatardelsim <dev@gibbsconsulting.ca>
parent e10a34f8
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ set -e ...@@ -9,7 +9,7 @@ set -e
DEFAULT_PYTHON_VER=3.6 DEFAULT_PYTHON_VER=3.6
PYTHON_VER=${1:-$DEFAULT_PYTHON_VER} PYTHON_VER=${1:-$DEFAULT_PYTHON_VER}
# #
virtualenv -p python${PYTHON_VER} env python${PYTHON_VER} -m venv env
# #
source env/bin/activate source env/bin/activate
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment