说明
操作脚本
1 | cd ~/Downloads |
编辑.profile1
vim ~/.profile
在.profile末尾把nodejs的解压路径添加到$PATH环境变量中1
2
3PATH="$HOME/bin:$HOME/.local/bin:/usr/local/node-v6.10.2-linux-x64/bin:$PATH"
node —version
npm —version
安装truffle1
sudo npm install -g truffle@4.0.0
安装testrpc1
npm install -g ethereumjs-testrpc
测试是否安装成功1
2
3truffle
truffle version
testrpc