3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RStudioでTerminalが使えない時

Last updated at Posted at 2018-01-30

最近のRStudioやRStduio ServerではTerminalにアクセスできる。
しかし、なんらかの要因でアクセスできない場合がある。

そんなときは、

  • RStudioのToolsメニュー
    • Global Options
      • Terminal
        • Connection
          • Connect with WebSockets

のチェックマークを外してみるといい

参考までに私の環境

R version 3.4.3 (2017-11-30)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Linux Mint 18.3

RStudio version 1.1.419

丁度、Guake Terminalを導入した頃だったのもあり、PATHがうまく通ってないのかと思って

  • RStudioのToolsメニュー
    • Global Options
      • Terminal
        • Shell
          • New terminals open with: Bash

から、BashをCustomにしてPATHを指定してみるも、WebSocketsを使っている限りはうまくいかなかった。

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?