axel
01/04/2022, 7:30 PMPS C:\Users\Axel> python -m venv .venv
PS C:\Users\Axel> source .venv/bin/activate
source : The term 'source' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ source .venv/bin/activate
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (source:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
And since I don't know what I'm doing, I can't troubleshoot much. 😞 If someone can guide me a bit... Many thanks.edgar_ramirez_mondragon
01/04/2022, 7:34 PMPS C:\Users\Axel>.venv/bin/activate.batedgar_ramirez_mondragon
01/04/2022, 7:37 PMaaron_phethean
01/05/2022, 12:00 PMaxel
01/05/2022, 1:58 PM