From 3a9b3e99fbe7ed1a04b7195e970a433b93f7fe5c Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Wed, 8 Aug 2018 18:55:00 +1000 Subject: [PATCH] add python to /Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS in .zprofile --- zsh/.zprofile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 zsh/.zprofile diff --git a/zsh/.zprofile b/zsh/.zprofile new file mode 100644 index 0000000..2658434 --- /dev/null +++ b/zsh/.zprofile @@ -0,0 +1,5 @@ +#!/bin/bash + +# Python stuff +PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}" +export PATH -- 2.49.0