This is an automated email from the ASF dual-hosted git repository. hugh pushed a commit to branch install-py3-venv in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 5b663132e1ad14cb4953a3dc4dc6a8a4938a9e80 Author: Hugh A. Miles II <hughmi...@gmail.com> AuthorDate: Thu Nov 15 21:52:07 2018 -0500 Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1001f78..db877fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -201,7 +201,7 @@ Make sure your machine meets the [OS dependencies](https://superset.incubator.ap ```bash # Create a virtual environemnt and activate it (recommended) -virtualenv venv +virtualenv -p python3 venv source venv/bin/activate # Install external dependencies