This is a creation in Article, where the information may have evolved or changed.
Download the latest Golang and then copy down to the terminal that requires sudo
Tar-c/usr/local-xzf go1.8.1.linux-amd64.tar.gz
Vim/etc/profile
#尾部添加, it's all caps.
#配置Go配置文件
//===================================
#根目录
Export Goroot=/usr/local/go
#bin目录
Export gobin= $GOROOT/bin
#工作目录
Export Gopath=/opt/gopath
Export path= $PATH: $GOPATH: $GOBIN: $GOPATH
//===================================
http://www.imsxm.com/jetbrains-license-server.html activation
============== Create the start icon (don't forget to change, the following is the Androidstudio icon creation method, all the same) ===================
- Create a/usr/share/applications/studio.desktop file,
- Edit the contents of the file as follows:
[Desktop Entry]
Encoding=utf-8
version=2.2.3
Name=android Studio
Genericname=android Develop IDE
Comment=c Idea Community Version
exec=/home/lintex9527/mybins/android-studio/bin/studio.sh
Icon=/home/lintex9527/mybins/android-studio/bin/studio.png
Terminal=false
Type=application
Categories=development;ide
2,765 Reads