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:27:00 UTC

[superset] 01/01: add activate command

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