error: dfx: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29’ not found (required by dfx)
what I did
- sh -ci “$(curl -fsSL https://sdk.dfinity.org/install.sh)”
which default to 0.6.26
then realized motoko school recommend 0.7.0
- DFX_VERSION=0.7.0 sh -ci “$(curl -fsSL https://sdk.dfinity.org/install.sh)”
now I can’t dfx