Skip to content

Commit 5013e80

Browse files
authored
remove RETICULATE_PYTHON detection
1 parent 68497f3 commit 5013e80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rsconnect/bundle.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,9 +1117,6 @@ def which_python(python, env=os.environ):
11171117
raise RSConnectException('The file, "%s", does not exist or is not executable.' % python)
11181118
return python
11191119

1120-
if "RETICULATE_PYTHON" in env:
1121-
return os.path.expanduser(env["RETICULATE_PYTHON"])
1122-
11231120
return sys.executable
11241121

11251122

0 commit comments

Comments
 (0)