http://www.nfc.cc/2012/04/02/android-app-reads-paypass-and-paywave-creditcards/
software for card communication
http://jaccal.sourceforge.net/
http://jolierouge.net/2011/11/qt-c-threaded-communication-with-artema-hybrid-on-linux/
which python
which python2.7
sudo rm -rf /Library/Frameworks/Python.framework/Versions/2.7sudo rm -rf "/Applications/Python 2.7"/usr/local/bin that point to this python version seels -l /usr/local/binpkgutil --pkgs | grep org.python.Python
remove python installed with homebrew
remove python installed with fink
python is installed in /sw directory
sudo -r rm /sw
sudo fink uninstall python
remove python installed with macport
python is installed in /opt directory
port -y -u uninstall
sudo port uninstall python27
sudo port -f uninstall --follow-dependents python27
extra work
remove the symbolic links in /usr/local/bin that point to this python version seels -l /usr/local/bin
sudo rm /usr/bin/python2.7
.profile or .bash_profile
remove the python stuff in:
open -t ~/.bash_profile