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
the current implementation reports ˜/.local/bin which is incorrect.
using a straight $(pwd) fixed it for me but that will only work when launching from the project directory.
the current implementation reports
˜/.local/binwhich is incorrect.using a straight
$(pwd)fixed it for me but that will only work when launching from the project directory.