◐ Shell
clean mode source ↗

Python Language Tutorial => Usage

Example

$ cd test_proj

Create virtual environment:

$ virtualenv test_proj

To begin using the virtual environment, it needs to be activated:

$ source test_project/bin/activate

To exit your virtualenv just type “deactivate”:

$ deactivate

Got any Python Language Question?

pdf PDF - Download Python Language for free



Previous Next