nptscot / npt

Data processing code, also use this repo for issue tracking for the Network Planning Tool. See https://nptscot.github.io for development version
https://www.npt.scot/
GNU Affero General Public License v3.0
5 stars 0 forks source link

odjitter issues #455

Closed Robinlovelace closed 1 month ago

Robinlovelace commented 1 month ago

As reported by Zhao:

system("odjitter")

Generates a message saying not found.

This was fixed here I think:

https://github.com/nptscot/npt/blob/55e05d6ad0c8bbee17732dee27c39ffcf7bfd25d/.devcontainer/install-additional-dependencies.sh#L45C1-L47C57

I think I know a fix, PR incoming!

Robinlovelace commented 1 month ago

Also tried this @wangzhao0217

+# Add cargo to the path permanently at ~/.profile:
+echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.profile
Robinlovelace commented 1 month ago

But that's not needed now I think.