The Python flask small note under Mac

Source: Internet
Author: User
Tags virtual environment

Installing flask

Call the PYTHON3 interpreter to create a flask virtual environment that is not available under Python version 3.4. The path to the PYTHON3 interpreter is first obtained by using the following command:

which Python3

Results:/library/frameworks/python.framework/versions/3.5/bin/python3

Then create a flask project under the current path, named Microflask:

mkdir Microflask

Create a flask virtual environment in the Microflask folder (a Flask folder is created under the current path):

/library/frameworks/python.framework/versions/3.5/bin/python3-m venv Flask

Next, call the virtual environment's PIP to install flask and its extensions (installed in the virtual environment, if you delete the directory caused by the virtual environment, the following installation will be removed):

Flask/bin/pipInstallFlaskflask/bin/pipInstallflask-LoginFlask/bin/pipInstallflask-Openidflask/bin/pipInstallflask-Mailflask/bin/pipInstallsqlalchemy-Migrateflask/bin/pipInstallflask-Whooshalchemyflask/bin/pipInstallflask-Wtfflask/bin/pipInstallflask-Babelflask/bin/pipInstallGuess_languageflask/bin/pipInstallFlipflopflask/bin/pipInstallCoverage

The Python flask small note under Mac

Related Article

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.