This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Muhammads-MBP:~ muhammadsiddiqi$ go | |
| Go is a tool for managing Go source code. | |
| Usage: | |
| go <command> [arguments] | |
| The commands are: | |
| bug start a bug report |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Muhammads-MacBook-Pro:~ muhammadsiddiqi$ sudo rm -rf /usr/local/go | |
| Password: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Muhammads-MBP:~ muhammadsiddiqi$ sudo go | |
| Password: | |
| Segmentation fault: 11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Muhammads-MBP:~ muhammadsiddiqi$ go | |
| Segmentation fault: 11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Muhammads-MBP:~ muhammadsiddiqi$ sudo n 8.8.1 | |
| Password: | |
| installing : node-v8.8.1 | |
| mkdir : /usr/local/n/versions/node/8.8.1 | |
| fetch : https://nodejs.org/dist/v8.8.1/node-v8.8.1-darwin-x64.tar.gz | |
| installed : v8.8.1 (with npm 5.4.2) | |
| Muhammads-MBP:~ muhammadsiddiqi$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connect | |
| ion broken by 'ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 407 Pro | |
| xy Authentication Required',))': /simple/numpy/ | |
| Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connect | |
| ion broken by 'ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 407 Pro | |
| xy Authentication Required',))': /simple/numpy/ | |
| Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connect | |
| ion broken by 'ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 407 Pro | |
| xy Authentication Required',))': /simple/numpy/ | |
| Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connect |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| proxy=http://user:password@server:port | |
| http_proxy=http://user:password@server:port | |
| https_proxy=http://user:password@server:port |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export PATH=$PATH:~/.daml/bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ daml version | |
| DAML SDK versions: | |
| 0.13.39 (default SDK version for new projects) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| daml | |
| Missing: COMMAND | |
| Usage: daml COMMAND | |
| Available options: | |
| -h,--help Show this help text | |
| Available commands: | |
| version Display DAML version information |