efforthye / etherscat_block_explorer_react

personal geth project / etherscan : https://etherscan.io/
2 stars 0 forks source link

Command 'clef' not found, did you mean: #13

Open efforthye opened 1 year ago

efforthye commented 1 year ago

geth account 생성을 위해 ubuntu 에서 clef newaccount --keystore ~/myGeth/keystore 명령어 입력시 에러

Command 'clef' not found, did you mean: command 'chef' from deb filters (2.55-3build1) command 'clif' from deb clif (0.93-9.1build2) command 'cleo' from deb cleo (0.004-3) command 'clex' from deb clex (4.6.patch8-1) Try: sudo apt install

-> sudo apt install clef 로 clef를 생성한 뒤 실행하여도 에러

efforthye commented 1 year ago

평소 geth 명령어도 .bash_profile 에 설정된 대로 잘 실행되었는데 clef만 제대로 실행되지 않은 점이 의문이다.

현재 .bash_profile : export PATH=$PATH:/home/efforthye/geth/go-ethereum/build/bin

go-ethereum의 build/bin에 clef가 있는지 확인해 보았고, 있어서 바로 ./clef newaccount --keystore ~/myGeth/keystore 하여 실행하였더니 성공적으로 geth account가 생성되었다.