Skip to content

Commit f46c142

Browse files
committed
remove all reticulate references
1 parent 71083f2 commit f46c142

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ in a later deployment. Use the `write-manifest` command to do this.
254254
The `write-manifest` command will also create a `requirements.txt` file, if it does
255255
not already exist or the `--force-generate` option is specified. It will contain the
256256
package dependencies from the current Python environment, or from an alternative
257-
Python executable specified in the `--python` option or via the `RETICULATE_PYTHON`
258-
environment variable.
257+
Python executable specified in the `--python` option.
259258

260259
Here is an example of the `write-manifest` command:
261260

@@ -348,8 +347,7 @@ the specified package list.
348347

349348
If there is no `requirements.txt` file or the `--force-generate` option is specified,
350349
the package dependencies will be determined from the current Python environment, or
351-
from an alternative Python executable specified via the `--python` option or via the
352-
`RETICULATE_PYTHON` environment variable:
350+
from an alternative Python executable specified via the `--python` option:
353351

354352
```bash
355353
rsconnect deploy api --python /path/to/python my-api/
@@ -370,8 +368,7 @@ manifest in a later deployment. Use the `write-manifest` command to do this.
370368
The `write-manifest` command will also create a `requirements.txt` file, if it does
371369
not already exist or the `--force-generate` option is specified. It will contain
372370
the package dependencies from the current Python environment, or from an alternative
373-
Python executable specified in the `--python` option or via the `RETICULATE_PYTHON`
374-
environment variable.
371+
Python executable specified in the `--python` option.
375372

376373
Here is an example of the `write-manifest` command:
377374

rsconnect/bundle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,6 @@ def which_python(python, env=os.environ):
10801080
10811081
In priority order:
10821082
* --python specified on the command line
1083-
* RETICULATE_PYTHON defined in the environment
10841083
* the python binary running this script
10851084
"""
10861085
if python:

0 commit comments

Comments
 (0)