Windows under virtualenv use

Source: Internet
Author: User
Tags virtual environment virtualenv

Under Windows virtualenv using Winpythonvirtualenv

First install two different versions of Python on your computer

mkvirtualenv --python C:\Python34 E:\python34

Mkvirtual is a command to create a virtual environment
--python is an option for other specified Python versions
C:\PYTHON34 is the interpreter directory for PYTHON34
E:\python34 is a directory of environment installations

Activation command

cd python34cd

And then it went into Python34 's virtual environment.

Enter the interpreter for Python to successfully activate Python34 in the command

Other operations

Pip and Setuptools built into the virtual environment
Install the software directly
Pip Install Packages_name
Rmvirtualenv python34 Deleting a python34 virtual environment
Mkvirtualenv--no-site-pagages do not install additional packages

Windows under virtualenv use

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.