egimenes
egimenes
@MehrdadVaredi @csaybar I tried the solution as posted by @MehrdadVaredi for Windows: just change: Sys.setenv(PATH=sprintf("%s:%s", Sys.getenv("PATH"), sprintf("%s/google-cloud-sdk/bin/", Sys.getenv("HOME")))) into Sys.setenv(PATH= sprintf("%s:%s", Sys.getenv("PATH"), "complete address of google-cloud-sdk on your computer")) I...
> @MehrdadVaredi @csaybar > > I tried the solution as posted by @MehrdadVaredi for Windows: just change: Sys.setenv(PATH=sprintf("%s:%s", Sys.getenv("PATH"), sprintf("%s/google-cloud-sdk/bin/", Sys.getenv("HOME")))) into Sys.setenv(PATH= sprintf("%s:%s", Sys.getenv("PATH"), "complete address of google-cloud-sdk on...