There is no directory called Scripts
. How can I activate?
Please help me to solve this.
There is no directory called Scripts
. How can I activate?
Please help me to solve this.
Check the line "Home" in pyvenv.cfg
, it can differ from your python interpreter location. In my case it was home = C:\msys64\mingw64\bin
, so this caused another project structure without the "Scripts" directory.
You can configure interpreter location in PATH variables and try to create a virtual environment again.
check bin folder, to activate Virtual environment, theres should be a script under it
you can simply use cmd to activate it by following command
.\Activate
I faced the same issue but after lots of research, i found some outcomes which i want to share with you... Please follow my steps sequentially:
NOTE: point no-4, please add source word in your command while run point no 4 commands on your terminal.
please refer to my attachment pic ...