Detailed introduction to setting up the Python development environment Ywreport

Source: Internet
Author: User
Different Python projects require a different library of dependencies

It is recommended that you use your own virtual environment for each project. Refer to Python's three great artifacts:

Www.ziqiangxuetang.com/python/pip-virtualenv-fabric.html

I generally use the way the project uses the environment independently

The following is an example of Project Ywreport:

zy@bdc1:~$ mkvirtualenv Ywreport (ywreport) zy@bdc1:~$ Workon Ywreport # The default installed PIP package is as follows: (ywreport) zy@bdc1:~$ pip Listpip ( 8.1.2) Setuptools (27.3.0) wheel (0.30.0A0)

Pycharm Create a new Django project and select the virtual environment path. Depending on the package can also be installed with Pycharm, see personal habits, I use pip handy.

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.