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
This might be useful for implementing this: https://stackoverflow.com/a/47159781
Alternatively the "before-activation" values need to be stored in a different env variable and get restored upon deactivation.
The text was updated successfully, but these errors were encountered:
For the record, unless PYTHONUNBUFFERED is somehow required/expected by telemac, I would avoid setting it in the first place. Let the user choose to set it (e.g. via python -u or something). Silently changing default behaviors can be hard to debug.
tomsail
added a commit
to tomsail/telemac-mascaret-feedstock
that referenced
this issue
Mar 19, 2024
activate.sh
should respect the existing values ofPYTHONPATH
andLD_LIBRARY_PATH
telemac-mascaret-feedstock/recipe/scripts/activate.sh
Lines 17 to 20 in df2599a
while
deactivate.sh
should restore the "old" values ofPATH
,PYTHONPATH
andLD_LIBRARY_PATH
andPYTHONUNBUFFERED
telemac-mascaret-feedstock/recipe/scripts/deactivate.sh
Lines 4 to 6 in df2599a
This might be useful for implementing this: https://stackoverflow.com/a/47159781
Alternatively the "before-activation" values need to be stored in a different env variable and get restored upon deactivation.
The text was updated successfully, but these errors were encountered: