System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go
directory by:
System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go
directory by:
Steps to follow to run your python code without typing python filename.py.
You can simply run by typing filename if you follow these simple steps.
Nothing novel here, just want these instructions all in one place for my own use. Using poetry now.
1.) Ensure everything is pushed to master and is working
2.) Ensure CHANGES.md
is up to date with latest
3.) Ensure version in setup.py
is incremented
4.) Tag the repo - e.g., git tag 0.2 && git push origin 0.2