Re: *PYTHONPATH (was: Re: Will's ark-world script)
Unknown <[email protected]>
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
Harlan wrote: > > How about the *only* ARK envariable is the path to a config file that > has all of the rest of the info in it? OK, I'm trying something like that in my ARK2 noodling... How does this look? Env var: setenv ARK_PROFILE /users/fp/partain/.ark-profile File contents: # partain's ARK2 profile team = glasli1 repository[ARK] = /workspace/partain/ark2/ARK repository[glasli1-private] = /workspace/partain/ark2/glasli1-private repository[glasli1] = /workspace/partain/ark2/glasli1 repository[sidai] = /workspace/partain/ark2/sidai Other stuff to be added as need arises. Comments? Will