File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- # Python-Virtualenv -Setup
1
+ # Python-Virtual-env -Setup
2
2
3
3
4
4
How to set up a Python development environment :
@@ -53,6 +53,14 @@ then try this:
53
53
-cd Scripts
54
54
55
55
-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
56
64
57
65
#if you get an error on activate.bat then try
58
66
You can’t perform that action at this time.
0 commit comments