[Distutils] Code for inserting paths into system configuration?

Matthew Brett matthew.brett at gmail.com
Tue Sep 13 15:58:43 EDT 2016


Hi,

I was reflecting on the detail of putting pip user bin directories on
the user's path, and was then thinking of making a tiny pip package
like this:

pip install pip_user_config
python -m pip_user_config

where the latter would cleverly insert the user bin directory into the
user's configuration.

Does anyone know of any code to do something like that?

Best,

Matthew


More information about the Distutils-SIG mailing list