Skip to content
Snippets Groups Projects
Commit 5e385b7c authored by Illimar.Rekand's avatar Illimar.Rekand :japanese_ogre:
Browse files

Update NotebookLog.md

parent 53e4487f
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ For the last three days, I've been working on setting up a working instance on a
* if left idle, the VM will shut down, and when reopened, you have to log in as if the machine had been turned off
* the setup for the Junior in this VM is not 1:1 to the physical machine we have in Bergen. As such, the tags need to be different (H6Tips instead of H6Tips) and the deck positions need to be changed.
* The conda environment is behaving strangely and I've done some hacks to make things work:
* First of all, the example 32-bit python.exe provided by Unchained Labs file has been added to PATH, and as such, **all testing should be done with conda deactivated**.
* First of all, the example 32-bit python.exe provided by Unchained Labs which is necessary to use the Python LSAPI has been added to PATH, and as such, **all testing should be done with conda deactivated**.
* To find the correct scripts and utilities, a line of sys.path.append() is added before import statements which specifies to site-packages. In an ideal world, custom packages would be installed locally in a `pip install -e .` fashion, but this is the solution I have used which works now.
### 2024-11-20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment