Changes for page How to add libraries to a virtualenv
Last modified by Leon Poon on 2021/03/23 13:15
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 - Main.WebHome1 +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 -