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

update readme and virtualenv check

prompt user if virtualenv is already installed
parent de776e19
No related branches found
No related tags found
No related merge requests found
# Quick Config
 
Quickly configures a fresh install of [Ubuntu 16.10 64-bit][yy] on a workstation.
Quickly configures a fresh install of [Ubuntu 17.04 64-bit][zz] on a workstation.
 
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Loading
Loading
@@ -49,7 +49,7 @@ SEE: http://keegoid.mit-license.org
 
 
[ubuntu]: http://www.ubuntu.com/global
[yy]: https://wiki.ubuntu.com/YakketyYak/ReleaseNotes
[zz]: https://wiki.ubuntu.com/ZestyZapus/ReleaseNotes
[code]: https://code.visualstudio.com/
[vim]: http://www.vim.org/
[gt]: http://manpages.ubuntu.com/manpages/hardy/man1/gnome-terminal.1.html
Loading
Loading
Loading
Loading
@@ -173,6 +173,8 @@ qc_reset() {
# -------------------------- INSTALL PROGRAMS
 
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."
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