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.
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 ...
Check the line "Home" in
pyvenv.cfg
, it can differ from your python interpreter location. In my case it washome = 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.