i set the path to chaincode in fabric.sh file
docker exec -e "CORE_PEER_LOCALMSPID=Org1MSP" -e "CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp" cli peer chaincode install -n fabcar -v 1.0 -p E:\hyperledger-fabric\02.Code\Ex1\fabric-samples\chaincode\fabcar\go
but When I execute it, I get error telling that chaincode path does not exist. How to properly set the chaincode path? plz help me i shall be very thanks full