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

From version 2.2
edited by Leon Poon
on 2021/03/23 05:14
Change comment: Update document after refactoring.
To version 4.1
edited by Leon Poon
on 2021/03/23 13:15
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
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 -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:
3 +To install a library named X, [[change working directory>>doc:Computing Newbies.How to Deal with Working Directory in Console.WebHome]] to your virualenv and type:
4 4  
5 5  {{code language="plain"}}
6 6  bin/pip install X
... ... @@ -11,4 +11,3 @@
11 11  {{code language="plain"}}
12 12  scripts\pip.exe install X
13 13  {{/code}}
14 -