We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b43c0 commit 5ec3fcdCopy full SHA for 5ec3fcd
1 file changed
f8x
@@ -6117,7 +6117,7 @@ Pentest_pywhisker_Install(){
6117
Echo_ALERT "$name is already installed in $dir"
6118
else
6119
$Proxy_OK git clone --depth 1 ${GitProxy}https://github.com/ShutdownRepo/pywhisker.git $dir > /dev/null 2>&1 && Echo_INFOR "Downloaded $name in the $dir" || Echo_ERROR "Failed to download $name from github"
6120
- cd $dir && pip3 install . ${pip_option} 2>/dev/null
+ cd $dir && python3 -m pip install . ${pip_option} 2>/dev/null
6121
which pywhisker > /dev/null 2>&1 && Echo_INFOR "Successfully installed $name to PATH" || {
6122
chmod +x $dir/pywhisker/pywhisker.py 2>/dev/null
6123
ln -sf $dir/pywhisker/pywhisker.py /usr/local/bin/pywhisker 2>/dev/null
0 commit comments