how to activate my virtual environment without having any error

26 Views Asked by At

venv\Scripts\activate.bat : The module 'venv' could not be loaded. For more information, run 'Import-Module venv'. At line:1 char:1

  • venv\Scripts\activate.bat
  •   + CategoryInfo          : ObjectNotFound: (venv\Scripts\activate.bat:String) [], CommandNotFoundExcepti  
    on
      + FullyQualifiedErrorId : CouldNotAutoLoadModule
    
1

There are 1 best solutions below

0
KreaN On

-enter link description here Here You can check this answer. Similar question asked before. Hope it works.