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 1e798e4 commit 2928172Copy full SHA for 2928172
scriptmodules/supplementary/dbar4gun.sh
@@ -25,7 +25,7 @@ function sources_dbar4gun() {
25
}
26
27
function install_dbar4gun() {
28
- virtualenv -p python3 "$md_inst"
+ python3 -m venv "$md_inst"
29
source "$md_inst/bin/activate"
30
pip3 install .
31
deactivate
0 commit comments