Skip to content

Commit

Permalink
feature(add rlang #9): add force option to remove current conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste-Lasselle committed Mar 10, 2024
1 parent 4f8ed2d commit 094959a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/deno-jupyter/register.r.ikernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ EOF
# - first uninstall conda packages previously installed:
# conda install -y -c r r-irkernel
# CONDA HELP: Use `--all` flag to remove all packages and the environment itself.
conda remove -y --all
conda remove -y -f --all

export DESIRED_R_VERSION="4.3.3"
apt-get update --yes && \
Expand Down

0 comments on commit 094959a

Please sign in to comment.