Closed zmalkmus closed 1 year ago
It works well on my Windows laptop, awesome!
One minor concern is that, I noticed that when running command agvis run
, it required to be in the path like this "C:\Users\jwang175\agvis\agvis". Is it possible to do some minor adaption that alleviate this so that user can run agvis regardless of the current directory? This might be done in the future as another PR. See andes_root implementation for more information.
The reasons are that:
agvis
can be run regardless current path, so it will be more intuitive to also allow agvis run
I believe I can make app.py do this by setting the path variable.
I believe I can make app.py do this by setting the path variable.
Shall I merge this PR and then we do the path variable later or wait for it in this PR?
I believe I can make app.py do this by setting the path variable.
Shall I merge this PR and then we do the path variable later or wait for it in this PR?
It shouldn’t take long to do so I think it is fine to wait until I figure it out.
Jinning, I have now made agvis run start the server from the app.py directory. Let me know if this change works on your machine and we can merge.
Jinning, I have now made agvis run start the server from the app.py directory. Let me know if this change works on your machine and we can merge.
It works well on my machine, thanks!
Added support for Windows OS with the agvis run command.