Last modified by Leon Poon on 2021/03/23 13:15

From version 2.1
edited by Leon Poon
on 2018/12/24 12:31
Change comment: There is no comment for this version
To version 3.1
edited by Leon Poon
on 2021/03/23 05:15
Change comment: Renamed back-links.

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Main.WebHome
1 +Computing Newbies.Python Newbies.WebHome
Content
... ... @@ -1,4 +1,4 @@
1 -After you have [[created a virtualenv>>doc:Main.How to Create a VirtualEnv.WebHome]], the virtualenv doesn't contain any libraries apart from the basic python ones.
1 +After you have [[created a virtualenv>>doc:Computing Newbies.Python Newbies.How to Create a VirtualEnv.WebHome]], the virtualenv doesn't contain any libraries apart from the basic python ones.
2 2  
3 3  To install a library named X, [[change working directory>>doc:Main.How to Deal with Working Directory in Console.WebHome]] to your virualenv and type:
4 4  
... ... @@ -11,4 +11,3 @@
11 11  {{code language="plain"}}
12 12  scripts\pip.exe install X
13 13  {{/code}}
14 -