Install lmr python tooling to virtual environment - #151
Conversation
Previously the lmr python tooling was installed as editable. This provided the benefit of immediate updates to the tooling when source code was changed, without re-installing. However, it required the source repository to stay present, which is not guaranteed on limited systems.
- Update PyEnv install script for lmr-tooling to use a relative path (by prefixing with `./`), to avoid pip searching for a package with the directory name.
1177ae9 to
a19a287
Compare
83accac to
0f146d2
Compare
|
At this point, the workflow for installing the Python program for The existence (or absence) of For the sake of consistency with previous installs, if |
A subset of #149, testing on
lmrin isolation.Please test out, and report any issues.