summaryrefslogtreecommitdiff
path: root/pkg/tools/upgrade_all.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-08-15 19:34:57 -0400
committerKali Kaneko <kali@leap.se>2017-08-30 16:18:02 -0400
commit8d1ff2f0e4ec1ce86051bbe7121dbb9e1ca00de7 (patch)
tree0e40ba5f99d42e821e4ecbdd914812d7817e43d1 /pkg/tools/upgrade_all.py
parent38871c56726b32126c7838ff8e4dbf1222082a15 (diff)
[docs] add ability to upgrade an existing virtualenv
Diffstat (limited to 'pkg/tools/upgrade_all.py')
-rw-r--r--pkg/tools/upgrade_all.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/tools/upgrade_all.py b/pkg/tools/upgrade_all.py
index 0732285d..d297e42d 100644
--- a/pkg/tools/upgrade_all.py
+++ b/pkg/tools/upgrade_all.py
@@ -5,8 +5,13 @@ import pip
from subprocess import call
if not os.environ.get('VIRTUAL_ENV'):
+<<<<<<< HEAD
print('[!] Should call this script inside a virtualenv, I do not want to '
'mess with your system. Bye!')
+=======
+ print('[!] Should call this script inside a virtualenv, I do not want to mess '
+ 'with your system. Bye!')
+>>>>>>> 135aa3ac... [docs] add ability to upgrade an existing virtualenv
sys.exit(1)
for dist in pip.get_installed_distributions():