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

From version 4.1
edited by Leon Poon
on 2021/03/23 13:15
Change comment: Renamed back-links.
To version 3.1
edited by Leon Poon
on 2021/03/23 05:15
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 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:Computing Newbies.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:Main.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