环境变量配置 =============== .. post:: Jan 25, 2021 :tags: configure :category: notes Golang环境变量 --------------- .. code-block:: shell # uncompress tarball $tar xzf go-x.tar.gz # add path to environment $sudo vi /etc/profile export PATH=$PATH:/location/to/golang # test it $go version