Skip to content

Commit 0426123

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

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Python_virtualenv_setup.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python-Virtualenv-Setup
1+
# Python-Virtual-env-Setup
22

33

44
How to set up a Python development environment :
@@ -53,6 +53,14 @@ then try this:
5353
-cd Scripts
5454
5555
-activate.bat
56+
#If get error on VS code shell "source couldn't recognize" then try this:
57+
58+
- open the folder with any gitbash console. for example using visualCode and Gitbash console program:
59+
1)Install Gitbash for windows
60+
2) using VisualCode IDE, right click over the project open in terminal console option
61+
3) on window console in Visualcode, looking for a Select->default shell and change it for Gitbash
62+
4)now your project is open with bash console and right path, put source ./Scripts/activate
63+
btw : . with blank space = source
5664
5765
#if you get an error on activate.bat then try
5866

0 commit comments

Comments
 (0)