From: Andrew Lorimer Date: Wed, 8 Aug 2018 08:55:00 +0000 (+1000) Subject: 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 X-Git-Url: https://git.lorimer.id.au/dotfiles.git/diff_plain/3a9b3e99fbe7ed1a04b7195e970a433b93f7fe5c?ds=inline 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 --- 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