Skip to content

Commit

Permalink
on n'utilise plus la commande globale virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
A-312 committed Feb 22, 2020
1 parent f2c11b3 commit 0cec07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/win/install_zds.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if (-not (_in "-virtualenv") -and ((_in "+virtualenv") -or (_in "+base") -or (_i
}

PrintInfo " | -> Create virtualenv."
virtualenv zdsenv; $exVal=$LASTEXITCODE
python -m virtualenv zdsenv; $exVal=$LASTEXITCODE
if ($exVal -ne 0) {
Error "Error: Cannot create virtualenv."
}
Expand Down

0 comments on commit 0cec07c

Please sign in to comment.