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
At the moment we have the problem that syncing the entire folder with rsync will copy the .git/config file that contains the nbstripout config, which has hardcoded paths to a python version.
In result the git-repo (or at least git status is broken on woody).
Workaround: run nbstripout --install every time on woody after a sync
Solution: Migrate away from nbstripout to jupytext or wait for nbstripout 0.7.0 release which seems to have an option to set the python path to something generic
The text was updated successfully, but these errors were encountered:
At the moment we have the problem that syncing the entire folder with rsync will copy the
.git/config
file that contains thenbstripout
config, which has hardcoded paths to a python version.In result the git-repo (or at least git status is broken on woody).
Workaround: run
nbstripout --install
every time on woody after a syncSolution: Migrate away from nbstripout to jupytext or wait for nbstripout 0.7.0 release which seems to have an option to set the python path to something generic
The text was updated successfully, but these errors were encountered: