Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b403806 commit e554f8bCopy full SHA for e554f8b
1 file changed
Lib/venv/scripts/nt/Activate.ps1
@@ -19,7 +19,7 @@ if (Test-Path env:_OLD_VIRTUAL_PATH) {
19
# Set the prompt to include the env name
20
copy-item function:prompt function:_OLD_VIRTUAL_PROMPT
21
function prompt {
22
- Write-Host -NoNewline -ForegroundColor Green [__VENV_NAME__]
+ Write-Host -NoNewline -ForegroundColor Green '[__VENV_NAME__]'
23
_OLD_VIRTUAL_PROMPT
24
}
25
0 commit comments