saarg 431 Posted January 26 Share Posted January 26 8 hours ago, muwahhid said: Started studying golang, used ide vscode. How can you install a golang in a docker so that when you upgrade, it doesn't disappear? Read the readme section called docker mods. Quote Link to post
muwahhid 7 Posted January 26 Share Posted January 26 4 hours ago, saarg said: Read the readme section called docker mods. It's a pity it's so complicated. I didn't really know how to do it. I need to take three steps in docker terminal. 1. Download file: go1.15.7.linux-amd64.tar.gz 2. Unpack: tar -C /usr/local -xzf go1.15.7.linux-amd64.tar.gz 3. And export: export PATH=$PATH:/usr/local/go/bin Quote Link to post
saarg 431 Posted January 26 Share Posted January 26 2 hours ago, muwahhid said: It's a pity it's so complicated. I didn't really know how to do it. I need to take three steps in docker terminal. 1. Download file: go1.15.7.linux-amd64.tar.gz 2. Unpack: tar -C /usr/local -xzf go1.15.7.linux-amd64.tar.gz 3. And export: export PATH=$PATH:/usr/local/go/bin What? I suggest you go back to the readme and read it again. What you describe above has nothing to do with our docker mods. Quote Link to post
muwahhid 7 Posted January 26 Share Posted January 26 6 hours ago, saarg said: What? I suggest you go back to the readme and read it again. What you describe above has nothing to do with our docker mods. Did so, all ok, thank you. Quote Link to post
Michel Amberg 2 Posted February 17 Share Posted February 17 How do you enable tab completion in the terminal? Quote Link to post
180 posts in this topic Last Reply
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.