How to use Pip to install Python modules for the correct version of Python on a macOS computer.
Author: Paul Cunningham
Paul is a writer and entrepreneur living in Brisbane, Australia. He enjoys spending time with his family and running in the mountains. Paul was the founder of Practical 365, a former Microsoft MVP, and Pluralsight trainer. Paul is also on Twitter and Instagram.
Lessons from Running an Open Source Community Project
What I’ve learned from the last few years of writing code and running an open source community project on GitHub.
Using Invoke-Expression in PowerShell With Spaces in Paths
How to solve errors thrown when using PowerShell’s Invoke-Expression cmdlet for a path that contains spaces.
Install-AWSPowerShellModule.ps1 is a PowerShell Script to Install the Amazon Web Services Tools for Windows PowerShell
This PowerShell script can be used to automate the install of the Amazon Web Services Tools for Windows PowerShell.
Retrieving the Public IP Address of a Computer with PowerShell
Get-PublicIPAddress.ps1 is a PowerShell script for retrieving the public IP address of a local or remote computer.