Skip to content

Commit

Permalink
change python interpreter name for OSX venv
Browse files Browse the repository at this point in the history
python2 might be missing from the evironment
python2.7 should be available if python2 was
installed
  • Loading branch information
Gyorgy Orban committed Jan 29, 2020
1 parent 17ae6ae commit 7a42609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ venv:

venv_osx:
# Create a virtual environment which can be used to run the build package.
virtualenv -p python2 venv && \
virtualenv -p python2.7 venv && \
$(ACTIVATE_RUNTIME_VENV) && \
pip install -r $(CC_ANALYZER)/requirements_py/osx/requirements.txt && \
pip install -r $(CC_WEB)/requirements_py/osx/requirements.txt
Expand Down

0 comments on commit 7a42609

Please sign in to comment.