Python virtual environment management package virtualenvwrapper,

Source: Internet
Author: User

Python virtual environment management package virtualenvwrapper,

1. Open cmd

2. Install virtualenvwrapper

Pip install virtualenvwrapper-win

3. Configure the location of the Virtual Environment

New system variables are created on drive C by default.

4. Create a virtual environment

Mkvirtualenv name

 

5. Exit the Virtual Environment

Deactivate

5. Enter the Virtual Environment

Workon name

6. Create a virtual environment for python

Mkvirtualenv -- python = (installation path of python2.7)

7. Install libraries in the new environment

Pip install module

Re: module download connection: http://www.lfd.uci.edu /~ Gohlke/pythonlibs/

 

 

 

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.