summarylogtreecommitdiffstats
path: root/pipFix.patch
diff options
context:
space:
mode:
authorAdam Goldsmith2015-06-08 09:02:01 -0400
committerAdam Goldsmith2015-06-08 09:02:19 -0400
commit14e8515dc7014bc0e7e17abb686f610aadd744fd (patch)
treec27201347d94cfb690315c4fce6bc0a35ecec52b /pipFix.patch
downloadaur-octoprint-devel-git.tar.gz
migrating to AUR4
Diffstat (limited to 'pipFix.patch')
-rw-r--r--pipFix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pipFix.patch b/pipFix.patch
new file mode 100644
index 000000000000..5965bf612881
--- /dev/null
+++ b/pipFix.patch
@@ -0,0 +1,11 @@
+--- src/octoprint/plugins/pluginmanager/__init__.py 2015-06-01 14:59:02.157864655 +0000
++++ src/octoprint/plugins/pluginmanager/__init__.py 2015-06-01 14:58:45.348420799 +0000
+@@ -339,7 +339,7 @@
+ python_command = sys.executable
+ binary_dir = os.path.dirname(python_command)
+
+- pip_command = os.path.join(binary_dir, "pip")
++ pip_command = os.path.join(binary_dir, "pip2")
+ if sys.platform == "win32":
+ # Windows is a bit special... first of all the file will be called pip.exe, not just pip, and secondly
+ # for a non-virtualenv install (e.g. global install) the pip binary will not be located in the