I decided to change the iterm of Mac to oh-my-zsh so that "import nfc" can be done from anywhere.
I rewrote one.
In ~ / .zshrc,
export PYTHONPATH=/Users/gushimakota/Documents/study/nfcpy
I added.
In this way, environment variables can be set. Maybe you can do the same with JAVA.
Recommended Posts