Relative Content

Tag Archive for shelldocumentation

How to get the “source” command working in PowerShell?

I’m trying to execute the “source” command in PowerShell to activate a VM environment for python using Django but it won’t let me. It brings up an error message of “source: The term ‘source’ is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.”.