scarlehoff / pyHepGrid

Tool for distributed computing management geared towards HEP applications.
GNU General Public License v3.0
6 stars 4 forks source link

setuptools only work on development mode #13

Open scarlehoff opened 5 years ago

scarlehoff commented 5 years ago

This is due to headers being in the src of the code instead of being (as they should) in some separate folder in home/.pyhepgrid or usr/share/pyhepgrid.

The best solution is using the setup.py to create the $HOME/.pyhepgrid/ folder with a $USER.py configuration file.