Lines Matching full:activate
67 Once an environment has been created, you may wish to activate it, e.g. by
68 sourcing an activate script in its bin directory.
87 On Microsoft Windows, it may be required to enable the ``Activate.ps1``
114 | Platform | Shell | Command to activate virtual environment |
116 | POSIX | bash/zsh | $ source <venv>/bin/activate |
118 | | fish | $ source <venv>/bin/activate.fish |
120 | | csh/tcsh | $ source <venv>/bin/activate.csh |
122 | | PowerShell Core | $ <venv>/bin/Activate.ps1 |
124 | Windows | cmd.exe | C:\\> <venv>\\Scripts\\activate.bat |
126 | | PowerShell | PS C:\\> <venv>\\Scripts\\Activate.ps1 |
129 You don't specifically *need* to activate an environment; activation just