You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
So, one of the hassles of installing on multiple machines (especially Mac, for me, since I'm not very familiar with the file system and hidden files) is setting the pythonpath so that it includes the circuitscape directory. Wouldn't it be possible to just do this in csgui.py at runtime?
The text was updated successfully, but these errors were encountered:
I stumbled across this issue when looking for an answer to this very question. I worked out a solution in the end, and I thought I'd post it here in case others are interested.
Since I'm calling circuitscape from R, I worked out that I can set PYTHONPATH using Sys.setenv in R, and then call circuitscape using system and it works.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So, one of the hassles of installing on multiple machines (especially Mac, for me, since I'm not very familiar with the file system and hidden files) is setting the pythonpath so that it includes the circuitscape directory. Wouldn't it be possible to just do this in csgui.py at runtime?
The text was updated successfully, but these errors were encountered: