[Python-Dev] Should python installation modify /etc/paths.d on Mac OS X?

2021年1月14日 08:19:09 -0800

Hi,
The /etc/paths.d directory on Mac OS X contains the following
directory. Some packages have their PATH variables set there.
For Python, I have to set the PATH manually in my ~/.bashrc. Should
the Python developers consider setting PATH in /etc/paths.d as well?
==> /etc/paths.d/100-rvictl <==
/Library/Apple/usr/bin
==> /etc/paths.d/40-XQuartz <==
/opt/X11/bin
==> /etc/paths.d/com.vmware.fusion.public <==
/Applications/VMware Fusion.app/Contents/Public
-- 
Regards,
Peng
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/PHPM33FMHXUIA3PKOETKKX3IXZHOMPP5/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to