Cannot run program “mvn” error=2, No such file or directory

前端 未结 6 2109
你的背包
你的背包 2021-01-31 16:19

I\'m doing a build on my Ubuntu 14.04 LTS but I\'m getting the following:

Started by user anonymous
Building in workspace /var/lib/jenkins/workspace/videovixx
 &         


        
6条回答
  •  庸人自扰
    2021-01-31 17:07

    I had the same problem on colab and i installed mav in Jenkins Server and issue was fixed.

    !sudo apt install maven
    
    import imagej;
    ij = imagej.init(); 
    print(ij.getVersion())
    

提交回复
热议问题