Open knzudgt opened 5 years ago
# I run the following script to add anaconda to PATH
export PATH="/home/marco/anaconda3/bin:$PATH"
This isn't how the Anaconda Distribution is activated, instead, please use . /home/marco/anaconda3/bin/activate
.
You should be able to get more information by using conda from the terminal/shell instead of from anaconda-navigator. Please try that and report back with any issues.
@mingwandroid Is there any chance to install RStudio from terminal?
Please follow the instructions above (activating), then run conda install rstudio
.
If you prefer Ananconda's own R over MRO then add r-base
to that line.
@mingwandroid During anacoda installation I did not prepend the Anaconda install location to PATH in my /home/marco/.bashrc
to avoid conflicts with the Ruby version manager rvm, that is why I use my own script to prepend the Anaconda install location to PATH during a terminal session. So I can use at the same time rvm in another terminal session, avoiding conflicts.
What exactly does the activate
script . /home/marco/anaconda3/bin/activate
do?
I am successfully using anaconda navigator to launch jupyter notebook and spider, so it works, except when it comes to installing RStudio.
Actual Behavior
I am on a Ubuntu 14.04 LTS 64 bit machine. I tried to install RStudio from anaconda navigator but failed. The first time I received error messages and the installation process stopped. The second time the installation process got stuck and I had to close the navigator. However there was a python process that was still running in the background that was taking 100% of cpu. I had to restart the machine. I updated anaconda from 1.8.7 to 1.9.2 and retried to install RStudio but failed again: still the installation process gets stuck and after one hour I had to quit anaconda navigator.
Expected Behavior
anaconda should install RStudio
Steps to Reproduce
Anaconda or Miniconda version:
1.9.2
Operating System:
Ubuntu 14.04 LTS 64 bit
conda info
conda list --show-channel-urls