のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

mac path default

% cat /etc/zprofile
# System-wide profile for interactive zsh(1) login shells.

# Setup user specific overrides for this in ~/.zprofile. See zshbuiltins(1)
# and zshoptions(1) for more details.

if [ -x /usr/libexec/path_helper ]; then
    eval `/usr/libexec/path_helper -s`
fi
% /usr/libexec/path_helper -s
PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:
/Applications/VMwareFusion.app/Contents/Public:
/Library/Apple/usr/bin:
/Users/user0/.pyenv/versions/anaconda3-2020.02/bin:
/Users/user0/.pyenv/versions/anaconda3-2020.02/condabin:
/Users/user0/.pyenv/shims:
/Users/user0/.pyenv/bin:/usr/local/sbin"; export PATH;