We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ece1d9d + b9cd152 commit 774134eCopy full SHA for 774134e
src/rez/pip.py
@@ -202,6 +202,9 @@ def find_pip_from_context(python_version, pip_version=None):
202
203
py_exe = find_python_in_context(context)
204
205
+ if not py_exe:
206
+ return None, None, context
207
+
208
proc = context.execute_command(
209
# -E and -s are used to isolate the environment as much as possible.
210
# See python --help for more details. We absolutely don't want to get
0 commit comments