The brew versions command has been removed. The instructions are no longer valid.
Make sure you don't have any Python 3.x installed:
$ brew uninstall python3
Then cd into your brew directory, this is /usr/local normally:
Would advise you all to practice just for fun. I know a lot of students don't get much practice for interviews.
These are some questions you really should ask in a job interview.
Which platforms (Linux, Windows, Mac, Embedded) will I develop for?
What programming languages are you using for which kind of projects / applications?
What Development Environment are you using?
Are you using any coding style guidelines? If yes, can I take a look at the document?
Are you actively supporting / allowing time for keeping your code base maintainable and up to date?
| #!/usr/bin/env bash | |
| # | |
| # gh-dl-release! It works! | |
| # | |
| # This script downloads an asset from latest or specific Github release of a | |
| # private repo. Feel free to extract more of the variables into command line | |
| # parameters. | |
| # | |
| # PREREQUISITES | |
| # |