- Following the terminal installation process, if permission deny appears, add sudo before you enter the command. Native OS X version: 10.10.3
- The installation Python,mac already comes with it. Python3 not supported at this stage
- Validation: In terminal, enter Python to see the output showing the specific version number
- If this machine is not installed, go to this address to download the installation: https://www.python.org/downloads/release/python-2710/. Install the Mac version of Python
- Install PIP
- Save all content from this page as a get_pip.py file
- Open terminal, enter the file directory where get_pip.py is stored, enter "Python get_pip.py"
- At the end of the installation, you will see
- Verify: Enter PIP in terminal to see the echo result
- Installing the robot Framework using PIP
- Enter PIP install Robotframework in terminal
- After the installation is complete, the display
- Verify: Enter Pybot--help in terminal to view echo content
- Installing Wxpython
- Installing Robot Framework-ride
- Enter in Terminal: Pip Install Robotframework-ride
- After the installation is complete, the display
- Verify: Enter ride.py in terminal, display:
- Complete the above steps to indicate that the installation has been completed, but ride is still unable to run. Cause: Wxpython requires 32 of Python to run.
- To modify how Python works: Defaults write Com.apple.versioner.python Prefer-32-bit-bool Yes
- Enter the ride.py again in the terminal
- Terminal display
- Launch successful interface
- Install to this, all the installations have ended.
Installing Robot Framework-mac