Skip to content

[已解决]编译 hy2 时提示 出错信息(内附) #617

Closed Answered by chika0801
chika0801 asked this question in Q&A
Discussion options

You must be logged in to vote

准备GO部分

curl -sLo go.tar.gz https://go.dev/dl/go1.20.3.linux-amd64.tar.gz
tar -C /usr/local -xzf go.tar.gz
rm go.tar.gz
echo -e 'export PATH=$PATH:/usr/local/go/bin' > /etc/profile.d/go.sh
source /etc/profile.d/go.sh
go version

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chika0801
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant