MAC Configuration Some development environment (add at any time)

Source: Internet
Author: User
Tags git clone install redis

Mac installs MySQL and starts
    1. Brew Install MySQL
    2. Mysql.server start
    3. /usr/local/cellar/mysql/5.6.10/support-files/mysql.server start
    4. Mysql.server stop
    5. /usr/local/cellar/mysql/5.6.10/support-files/mysql.server stop

PS: Two ways it is obvious that the server is simpler, the other can actually use alias to simplify the ~

Mac Install and start Redis
    1. Brew Install Redis (you can use Reids-server to test if the installation was successful)
    2. Brew Services Restart Redis
    3. Brew Services Start Redis
    4. Brew Services Stop Redis

Reference links

http://my.oschina.net/jackieyeah/blog/524583

Mac installation Py-redis
    1. git clone https://github.com/andymccurdy/redis-py
    2. Python setup.py Install
Error while installing Uwsgi on Mac
    1. sudo cc=gcc pip install Uwsgi
    2. GCC already installed, just export cc=gcc'll be OK.

PS: Both ways are possible, the same meaning, see StackOverflow

MAC Configuration Some development environment (add at any time)

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.