-
Notifications
You must be signed in to change notification settings - Fork 7
spyder doesn't have PYTHONPATH when run from the Dash #12
Comments
I've added the PYTHONPATH variable to the spyder interface. However, that's not sufficient to run the software because all the other environment variables are needed. |
Known problem, see https://lwn.net/Articles/709769/
we should do this (with a note to check when upgrading to a later ubuntu...). |
Just tried to add the code in the |
ok. let's postpone this then. I'll reassign to v1.1 |
Have you actually tried to export in the ~/.profile. That is the proper file for this usage. |
In addition, appropriate would be a .sh in the /etc/profile.d/ if it needs to be system-wide |
|
but it is set in I think it is wrong because the value of $PYTHONPATH ends with a trailing ':' possibly due to it being created by pre-pending to an unset variable: |
clearly dash doesn't |
just a reminder that |
This would be resolved once we use |
we set PYTHONPATH via .bashrc but this is ignored when directly launching it from the "Activities" centre
The text was updated successfully, but these errors were encountered: