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
Install of pyDE1 as per documentation fails at 40-config-files.sh, as directories rely on a PYDE1_ROOT variable that is not set.
It is required to move services from the venv to /usr/local/etc/pyde1, but I am also not able to locate respective services in the VENV_PATH set by _config.
The text was updated successfully, but these errors were encountered:
That problem looks to have been created in a recent commit, where the definition for PYDE1_ROOT was removed: 6b32f34
I don't have an understanding of the python venv stuff to fix it properly (jeffsf can help here.
In the interim, you could try hard coding the directory in the script. By default, I think PYDE1_ROOT is set as /home/pyde1/venv/pyde1/lib/python3.10/site-packages/pyDE1?
Thanks for the quick reply and the respective commit. That fix did work for me
There generally seems to be an issue with the 40-config-files.sh since the sed fails as well, which can be ignored if the user is named pyde1 - otherwise you would need to manually set the actual user name in the service files /usr/local/etc/pydes/*.service )
Install of pyDE1 as per documentation fails at 40-config-files.sh, as directories rely on a PYDE1_ROOT variable that is not set.
It is required to move services from the venv to /usr/local/etc/pyde1, but I am also not able to locate respective services in the VENV_PATH set by _config.
The text was updated successfully, but these errors were encountered: