From 52f78c734724e3670a15630f747cbe37078ad62a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Jun 2021 09:10:56 +0200 Subject: Alias python to python3 if python is python2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- python/bash-aliases | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/bash-aliases (limited to 'python/bash-aliases') diff --git a/python/bash-aliases b/python/bash-aliases new file mode 100644 index 0000000..90ef57b --- /dev/null +++ b/python/bash-aliases @@ -0,0 +1,3 @@ +# -*- shell-script -*- + +alias python="python3" -- cgit v1.2.3-70-g09d2