Skip to content

Commit

Permalink
remove full path
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinamullin committed May 2, 2024
1 parent 601cd7a commit d27520f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/Harmonize_Pensacola.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ However, you may still need to specify the location. If needed, update the code
```{r, results = 'hide'}
# update the 'dir' in this chuck to specify the location of conda.exe on your computer
# Note that the environment name may need to include the full path (e.g. "C:/Users/USERNAME/AppData/Local/miniforge3/Scripts/conda.exe")
options(reticulate.conda_binary = "C:/Users/CMULLI01/AppData/Local/miniforge3/Scripts/conda.exe")
options(reticulate.conda_binary = "~/AppData/Local/miniforge3/Scripts/conda.exe")
```

Next, update the code chunk below to create a new Python environment in the envs
folder on your computer called "wq_harmonize".

```{r, results = 'hide'}
# Note that the environment name may need to include the full path (e.g. "C:/Users/USERNAME/AppData/Local/miniforge3/envs/wq_harmonize")
reticulate::conda_create("C:/Users/CMULLI01/AppData/Local/miniforge3/envs/wq_harmonize")
reticulate::conda_create("~/AppData/Local/miniforge3/envs/wq_harmonize")
```

Install the following python and R packages to the newly created
Expand Down

0 comments on commit d27520f

Please sign in to comment.