Lines Matching full:activate
3 Activate a Python virtual environment for the current PowerShell session.
12 Path to the directory that contains the virtual environment to activate. The
13 default value for this is the parent of the directory that the Activate.ps1
22 Activate.ps1
23 Activates the Python virtual environment that contains the Activate.ps1 script.
26 Activate.ps1 -Verbose
27 Activates the Python virtual environment that contains the Activate.ps1 script,
31 Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv
35 Activate.ps1 -Prompt "MyPython"
36 Activates the Python virtual environment that contains the Activate.ps1 script,
41 On Windows, it may be required to enable this Activate.ps1 script by setting the
64 Remove all shell session elements added by the Activate script, including the
162 <# Begin Activate script --------------------------------------------------- #>