提供Ubuntu 18.04笔记本电脑;水蟒1.9; R-Studio和R无需使用Anaconda即可自行安装。
当我要去Ubuntu终端并点击时:
which R
:
/ home / company / anaconda3 / bin / R
R
:
R版本3.5.1(2018-07-02)-“羽毛喷雾” ....
nano ~/.bashrc
:
# added by Anaconda3 installer
export PATH="/home/paygilant/anaconda3/bin:$PATH"
# Added by me:
export PATH=/usr/lib/R/bin/R:$PATH
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
SPARK_HOME=/home/ccc/spark-2.4.0-bin-hadoop2.7
export PATH=$SPARK_HOME/bin:$PATH
R Studio使用最新的R(3.5.2)。
如何“告诉” Ubuntu使用已安装的最新R版本作为优先级。
我想这是PATH问题和优先级。
请告知。