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

Update NotebookLog.md

parent 2821be21
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,9 @@ For the last three days, I've been working on setting up a working instance on a ...@@ -9,7 +9,9 @@ For the last three days, I've been working on setting up a working instance on a
* start Hyper-V manager as admin, otherwise the VM will not be available. * start Hyper-V manager as admin, otherwise the VM will not be available.
* if left idle, the VM will shut down, and when reopened, you have to log in as if the machine had been turned off * 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 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 python.exe file 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 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 * 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**.
* 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 ### 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