Skip to content

Commit

Permalink
set up 3.10 inside Connect
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Dec 9, 2024
1 parent cdbfa51 commit c7a8f13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/docs/site/*
docs/source/reference
vetiver/templates/*.html
.vscode/
license.lic

# Mac specific
.DS_Store

Expand Down
2 changes: 1 addition & 1 deletion script/setup-rsconnect/rstudio-connect.gcfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ DefaultUserRole = publisher

[Python]
Enabled = true
Executable = /opt/python/3.8.10/bin/python
Executable = /opt/python/3.9.5/bin/python
Executable = /opt/python/3.10.5/bin/python

[RPackageRepository "CRAN"]
URL = https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
Expand Down

0 comments on commit c7a8f13

Please sign in to comment.