You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/11/27 19:41:55 UTC

[incubator-superset] branch master updated: [Docs] Make sure venv is py3 and export app (#6401)

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

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 52bb92d  [Docs] Make sure venv is py3 and export app (#6401)
52bb92d is described below

commit 52bb92d0d42cda0865853c0c7fc868e00acde46a
Author: Hugh A. Miles II <hu...@gmail.com>
AuthorDate: Tue Nov 27 14:41:50 2018 -0500

    [Docs] Make sure venv is py3 and export app (#6401)
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e2c6802..568e527 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 . # setup a python3.6 virtualenv
 source venv/bin/activate
 
 # Install external dependencies