I have recently installed the "official" Python 3.5 on Mac Os X (El Capitan). During this installation, Python changes the global path to include /Library/Frameworks/Python.framework/Versions/3.5/bin
(this can be seen using for instance /usr/libexec/path_helper
).
However, I am unable to understand where this "set" is done (there is nothing nor in /etc/paths
neither in /etc/paths.d
). I would like to remove this entry from the global path (without removing the installation itself because it can be always useful).