R is at /opt/R/4.0.2/bin/R
python is at /opt/python/3.7.7/bin/python
jupyter is at /opt/python/3.7.7/bin/jupyter
code-server is at /opt/code-server/bin/code-server
- Update RStudio Professional Drivers to 1.8.0
BREAKING
:code-server
no longer supports the/opt/code-server/code-server
location.- As a result, you need to set
exe=/opt/code-server/bin/code-server
- After two changes in a row, we suspect this is the final change for a while vscode.conf
- As a result, you need to set
enabled=1
exe=/opt/code-server/bin/code-server
R is at /opt/R/4.0.2/bin/R
python is at /opt/python/3.7.7/bin/python
jupyter is at /opt/python/3.7.7/bin/jupyter
code-server is at /opt/code-server/code-server
BREAKING
: Changed code-server version and insulated against version upgrades in the future. To update: change:
vscode.conf
enabled=1
exe=/opt/code-server/code-server-3.2.0-linux-x86_64/code-server
to: vscode.conf
enabled=1
exe=/opt/code-server/code-server
- Update Drivers to version 1.7.0
R is at /opt/R/4.0.2/bin/R
python is at /opt/python/3.7.7/bin/python
jupyter is at /opt/python/3.7.7/bin/jupyter
code-server is at /opt/code-server/code-server-3.2.0-linux-x86_64/code-server