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 2021/08/23 16:26:59 UTC

[superset] branch add-activate-cmd created (now 20fd76c)

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

hugh pushed a change to branch add-activate-cmd
in repository https://gitbox.apache.org/repos/asf/superset.git.


      at 20fd76c  add activate command

This branch includes the following new commits:

     new 20fd76c  add activate command

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.


[superset] 01/01: add activate command

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch add-activate-cmd
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 20fd76cde79230dc52c5c5d8a404c5cdd9f00da0
Author: hughhhh <hu...@gmail.com>
AuthorDate: Mon Aug 23 09:26:00 2021 -0700

    add activate command
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index ef0d3ed..9ca8dd0 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,9 @@ venv:
 	test -d venv || ${PYTHON} -m venv venv # setup a python3 virtualenv
 	. venv/bin/activate
 
+make activate-venv:
+	source venv/bin/activate
+
 pre-commit:
 	# setup pre commit dependencies
 	pip3 install -r requirements/integration.txt