Lyon
Lyon
> @NONFish 在你的本地配置文件中加入以下代码 > > ```shell > export GOPATH=你的工作路径 #最好用绝对地址,如:/Users/mac/go > ``` > > 本地配置文件看你的shell > bash下就是`~/.bash_profile`,zsh下就是`~/.zshrc` > 然后source一下该文件就可以了 我发现我的环境下这样也不行: 1. 直接在shell中打印GOPATH变量,有值; 2. bee new, 提示找不到GOPATH; 3. export GOPATH,设置为第一步一样的值; 4....
After half-day struggling, I setup the env and record the steps here for further reference: My environment: - Win10 - Nvidia 3080 16G - vs2019 ``` # create the conda...
For anyone who don't use conda, here is the step to build xerces manually: 1. First delete all xerces* dirs under `Build`; 2. Run following commands in cmd window: ```...