summarylogtreecommitdiffstats
path: root/pipFix.patch
blob: 5965bf61288118788c1be04e21e2f32cf6a45d5f (plain)
1
2
3
4
5
6
7
8
9
10
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