From 60db44963a99f9ee81028366378316be208a0d38 Mon Sep 17 00:00:00 2001 From: Guido Longoni Date: Thu, 15 Sep 2022 11:39:01 +0200 Subject: [PATCH] aggiunta installazione python only --- python.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python.sh diff --git a/python.sh b/python.sh new file mode 100644 index 0000000..a9112e1 --- /dev/null +++ b/python.sh @@ -0,0 +1,6 @@ +#! /bin/bash -- + +. "grezzo.sh" +. "featlib/pip.sh" + +feat_needed "pip" \ No newline at end of file