You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To clear the package file cache for Go installations:
162
163
163
164
```shell
164
-
$ g clean
165
+
$ g clean
165
166
Remove go1.18.10.darwin-arm64.tar.gz
166
167
Remove go1.19.10.darwin-arm64.tar.gz
167
168
Remove go1.20.5.darwin-arm64.tar.gz
@@ -232,7 +233,7 @@ Remove /Users/voidint/.g
232
233
- After installing a go version using g, when running the `go version` command, the output shows a different version than the one installed. Is this a bug?
233
234
234
235
This is likely due to an incorrect setting of the `PATH` environment variable in the current shell environment (it is recommended to run `which go` to see the path of the go binary file). By default, the path to the go binary file should be `~/.g/go/bin/go`. If it is not this path, it means that the PATH environment variable is set incorrectly.
235
-
236
+
236
237
- Does g support compiling and installing from source code?
237
238
238
239
No, it does not support compiling and installing from source code.
0 commit comments