We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6203ded commit ebe2f6eCopy full SHA for ebe2f6e
script/install-hyperledger-fabric-2-ubuntu-18.04.sh
@@ -3,7 +3,7 @@
3
# Install Hyperledger Fabric 2.0.0 on Ubuntu 18.04 Linux.
4
#
5
# Check how to use it at:
6
-# https://www.systutorials.com/how-to-install-go-1-13-x-on-ubuntu-18-04/
+# https://www.systutorials.com/how-to-install-hyperledger-fabric-2-0-in-ubuntu-18-04/
7
8
# Authors: Eric Ma (https://www.ericzma.com)
9
@@ -34,8 +34,11 @@ fi
34
source /etc/profile.d/Z99-go-1.13.sh
35
source ~/.bashrc
36
37
+# set GOPATH explicitely
38
+export GOPATH=$(eval echo $(go env | grep ^GOPATH= | cut -d'=' -f2))
39
+
40
echo ""
-echo "Installa packages ..."
41
+echo "Install packages ..."
42
sudo apt install git curl wget docker docker-compose nodejs npm
43
sudo npm install [email protected] -g
44
sudo usermod -aG docker $USER
0 commit comments