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
Rather than reimplementing the python CLI for SasView (#2280) we can drop sasview.exe and use relocatable python to run the app. This is what @bmaranville did for refl1d:
This discussion was converted from issue #2324 on October 30, 2022 19:42.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Rather than reimplementing the python CLI for SasView (#2280) we can drop sasview.exe and use relocatable python to run the app. This is what @bmaranville did for refl1d:
https://github.com/reflectometry/refl1d/blob/master/.github/workflows/test.yml
https://github.com/reflectometry/refl1d/blob/master/extra/build_win_installer.ps1
You can even get pip to work in the installed distributions with some small changes (see pypa/pip#9742, pypa/pip#4368).
Beta Was this translation helpful? Give feedback.
All reactions