Installing Robot Framework-mac

Source: Internet
Author: User

  • 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
    • Download the corresponding installation package: Http://wxpython.org/download.php#stable

    • Be sure to download the Unicode version of the
  • 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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.