Skip to content

Commit 11be489

Browse files
authored
Update Python_virtualenv_setup.md
1 parent 8c6d39d commit 11be489

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Python_virtualenv_setup.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,18 @@ then try this:
5353
-cd Scripts
5454
5555
-activate.bat
56-
#if you get an error on activate.bat then try
56+
57+
#if you get an error on activate.bat then try
5758
5859
.\activate.bat or activate
5960
6061
#to deactivate:
6162
6263
-deactivate.bat or deactivate
6364
64-
#to run venv again just type activate.bat
65+
#to run venv again just type
66+
67+
-activate.bat or .\activate or activate
6568
6669
6770
Once it is activated, any time you run the "python" or "pip" commands it will be running the special custom versions in your venv folder.

0 commit comments

Comments
 (0)