Skip to content
Snippets Groups Projects
Commit 23b343b6 authored by Keegan Mullaney's avatar Keegan Mullaney
Browse files

fix issue with virtualenv install

fix virtualenv logic by removing conditions for install
parent a7b2f6a4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -174,14 +174,10 @@ qc_reset() {
 
lkm_confirm "Install PIP via Virtualenv?" true
# check if virtualenv and pip are already installed
[ -f ~/.virtualenv/bin/pip ] && lkm_confirm "Looks like Virtualenv and PIP are already installed. Proceed anyway?" true
if [ $? -eq 0 ]; then
qc_virtualenv
echo "Close the terminal window and reopen to enable the new PIP with Virtualenv. Then rerun this script."
else
qc_pip_install
# qc_pip3_install
fi
qc_virtualenv
echo "Close the terminal window and reopen to enable the new PIP with Virtualenv."
qc_pip_install
# qc_pip3_install
 
qc_reset
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment