You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2018/11/16 02:52:15 UTC

[incubator-superset] branch install-py3-venv created (now 5b66313)

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a change to branch install-py3-venv
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


      at 5b66313  Update CONTRIBUTING.md

This branch includes the following new commits:

     new 5b66313  Update CONTRIBUTING.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-superset] 01/01: Update CONTRIBUTING.md

Posted by hu...@apache.org.
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 <hu...@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