shell startFabric.sh CC Not Find?
See original GitHub issue
the $CC_SRC_PATH => github.com/fabcar/go
Can you tell me the $CC_SRC_PATH is where ?
I find this in cli sudo docker run hyperledger/fabric-tools ls -al but not find
Help me Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
shell startFabric.sh CC Not Find? · Issue #243 - GitHub
This path is for the peer process inside the docker container. It does not need to match your host machine's file structure. The...
Read more >startFabric.sh fails with docker compose command not find
startFabric.sh. I get the following error: docker-compose -f docker-compose.yml down. ./start.sh: line 13: docker-compose: command not found ...
Read more >Command not found cc, make error 127 - Ask Ubuntu
If, for some reason, the gcc compiler is already installed, but the symbolic link /usr/bin/cc is missing, you can also do: make CC=gcc....
Read more >Error with Writing Your ... - fabric@lists.hyperledger.org
Hi, I'm getting an error when working through the instructions found on this page: https://hyperledger-fabric.readthedocs.io/en/latest/write_first_app ...
Read more >Error deploying Fabric test-network fabcar chaincode
For fabcar sample, you can use startFabric.sh script inside fabcar to deploy chaincode with the language that you want. Specifically run .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Oh, I see what you mean now. I actually confused you here, forget my previous comment.
This path is for the peer process inside the docker container. It does not need to match your host machine’s file structure. The peer image will contain the
github.com/fabcar/gofiles.@dshuffma-ibm Thanks, You are welcome.
Now I run the marbles app success, Then I will see the code around this.