How-to Install Python Setuptools for Mac OS X 10.12 Sierra Easy Guide

Installing Python easy_install & PIP Tools on Mac OS X The Mac Tutorial Shows You Step-by-Step How-to Install and Getting-Started with Python 2.x Setuptools Command Line Tools on Mac OS X 10.12 Sierra. With Python Setuptools You can Easily download, build, install, upgrade, and uninstall Python packages. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) Installing Python Setuptools easy_install on Mac OS X sudo su If Got “User is Not in Sudoers file” then Look: Solution Get the ez_sutup Python Script curl https://bootstrap.pypa.io/ez_setup.py -o – | python Installing Python Setuptools pip on Mac OS X easy_install pip …

Continue Reading

How-to QuickStart with MacPorts on Mac OS X 10.12 Sierra

MacPorts QuickStart for Mac OS X 10.12 Sierra This is Mac Tutorial is about How-to Install and Getting-Started with the MacPorts on Mac OS X 10.12 Sierra BSD. The whole process is neither long nor difficult, it require only a Basic Command Practice… Installing MacPorts from Source is the Only way Currently available for Mac OS X 10.12 Sierra. But with the Installation from SVN Repo you receive the Latest Updates and Enhancements of MacPorts. Required XCode Installation for MacPorts: Latest XCode on AppStore Install Appstore Xcode. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) Install XCode …

Continue Reading

How-to QuickStart with MacPorts on Mac OS X 10.11 El Capitan

MacPorts QuickStart for Mac OS X 10.11+ This is Mac Tutorial is about How-to Install and Getting-Started with the MacPorts on Mac OS X 10.11 El Capitan BSD. The whole process is neither long nor difficult, it require only a Basic Command Practice… Installing MacPorts from Source is the Only way Currently available for Mac OS X 10.11 El Capitan. But with the Installation from SVN Repo you receive the Latest Updates and Enhancements of MacPorts. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) Check out MacPorts source sudo mkdir -p /opt/mports cd /opt/mports sudo svn checkout …

Continue Reading

How-to QuickStart with Selenium Python Client and Chromedriver+Webdriver on Mac OS X 10.11 El Capitan

The Mac Tutorial Shows You Step-by-step How-to Install the Python Selenium Webdriver and the Chromedriver on Mac OS X 10.11 El Capitan. Selenium is a set of different software tools each with a different approach to supporting Test Automation. There are Link to Other Articles Containing the Chromedriver Set-Up on Mac and the Getting-Started with Selenium Webdriver on Chrome Browser with Python. Open a Terminal Window(Press “Enter” to Execute Commands) Check if Python Setuptools are Installed on your Mac which easy_install If Not then Follow the Guide here Below How-to Install Required Python Setuptools on Mac OS X Python Setuptools …

Continue Reading

How-to Install Python Setuptools for Mac OS X 10.11 El Capitan Easy Guide

Installing Python easy_install & PIP Tools on Mac OS X The Mac Tutorial Shows You Step-by-Step How-to Install and Getting-Started with Python Setuptools Command Line Tools on Mac OS X 10.11 El Capitan. With Python Setuptools You can Easily download, build, install, upgrade, and uninstall Python packages. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) Installing Python Setuptools easy_install on Mac OS X sudo su If Got “User is Not in Sudoers file” then Look: Solution Get the ez_sutup Python Script curl https://bootstrap.pypa.io/ez_setup.py -o – | python Installing Python Setuptools pip on Mac OS X easy_install pip …

Continue Reading

How-to Find/Search for File/Directory/Image/Path on Mac OS X 10.11 El Capitan Shell

Mac OS X locate Command Quick-Start This is short Mac Tutorial Get You Started on Mac OS X El Capitan 10.11 with a Very Useful Shell Utility: the locate Command. Almost all we are working on Mac before or after we need desperately to Find something from the Shell. The Easiest and Fastest Way to Find System’s Entities in Unix-like Platforms is Matched Using the “locate” Shell Command. Open a Command Line Terminal Window Applications > Utilities > Terminal (Press “Enter” to Execute Commands) Make a Command Alias to Update the locate Database nano $HOME/.profile Append: alias updatedb=”sudo /usr/libexec/locate.updatedb” Ctrl+x …

Continue Reading