I have developed Python scripts for processing maps. I've created tools in a toolbox that uses them. I have two issues:
1. I can easily copy the Python scripts to a different computer. But, after copying the toolbox, the paths to the scripts point to directories on the first machine. I have to recreate each tool pointing to the right script AND redefine parameters, etc.
2. Toolboxes seem to be stored in each user's appdata folder. I want any user that needs to manage maps to be able to use the toolbox without needing to make copies for each user. Can I store a toolbox in a single user-independent location?