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
verdi quicksetup does not work on WSL due to DEAFULT_TRY_SUDO being False by default.
It might be difficult to detect WSL as the platform.versions function does not return a string containing Ubuntu, which
is used as an option to try the sudo commands.
It would be useful to have an option in verdi quicksetup to manually let the program to try sudo regardless.
Steps to reproduce
Steps to reproduce the behavior:
setup a WSL1/WSL2 environment
run verdi quicksetup
Expected behavior
Quick profile setup can be performed
Your environment
Operating system: Ubuntu 18.04 on WSL1
Python version [e.g. 3.7.1]: 3.7
aiida-core version [e.g. 1.2.1]: 1.5.2
Other relevant software versions, e.g. Postgres & RabbitMQ
Postgres10
The text was updated successfully, but these errors were encountered:
Describe the bug
verdi quicksetup
does not work on WSL due toDEAFULT_TRY_SUDO
beingFalse
by default.It might be difficult to detect WSL as the
platform.versions
function does not return a string containingUbuntu
, whichis used as an option to try the
sudo
commands.It would be useful to have an option in
verdi quicksetup
to manually let the program to trysudo
regardless.Steps to reproduce
Steps to reproduce the behavior:
verdi quicksetup
Expected behavior
Quick profile setup can be performed
Your environment
Other relevant software versions, e.g. Postgres & RabbitMQ
Postgres10
The text was updated successfully, but these errors were encountered: