@@ -254,8 +254,7 @@ in a later deployment. Use the `write-manifest` command to do this.
254254The ` write-manifest ` command will also create a ` requirements.txt ` file, if it does
255255not already exist or the ` --force-generate ` option is specified. It will contain the
256256package 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
260259Here is an example of the ` write-manifest ` command:
261260
@@ -348,8 +347,7 @@ the specified package list.
348347
349348If there is no ` requirements.txt ` file or the ` --force-generate ` option is specified,
350349the 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
355353rsconnect 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.
370368The ` write-manifest ` command will also create a ` requirements.txt ` file, if it does
371369not already exist or the ` --force-generate ` option is specified. It will contain
372370the 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
376373Here is an example of the ` write-manifest ` command:
377374
0 commit comments