From 76e468eeba1c877c1515dfe96b1cd1cf3b653c8a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 16 Mar 2020 08:12:33 -0400 Subject: [PATCH] Set npmrc to use python3 explicitly Signed-off-by: Stephen Gallagher --- npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/npmrc b/npmrc index 10437ca..50be1d1 100644 --- a/npmrc +++ b/npmrc @@ -1 +1,2 @@ prefix=/usr/local +python=/usr/bin/python3