Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

radian installation notes #14

Open
rpodcast opened this issue Dec 12, 2021 · 1 comment
Open

radian installation notes #14

rpodcast opened this issue Dec 12, 2021 · 1 comment

Comments

@rpodcast
Copy link
Owner

rpodcast commented Dec 12, 2021

Windows 11

  1. Install python
  2. Install R
  3. Open windows terminal
  4. Run pip3 install -U radian
  5. Find path to executable (this is an approximation): C:\Users\Eric\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_aaaaaaaaaa\LocalCache\local-packages\Python39\Scripts\radian.exe
  6. Run above path to check if radian launches

Mac OS X Catalina

  1. Install python
  2. Install R
  3. Open Terminal
  4. Run pip3 install -U radian
  5. Run radian to check if it launches

Ubuntu 20.04

  1. Install pip sudo apt install python3-pip
  2. Install R
  3. Run pip3 install -U radian
  4. Find path to executable /home/eric/.local/bin/radian
  5. Run above path to check if radian launches
@SimonCoulombe
Copy link

not sure why, but my radian.exe is in Roaming rather than local:

C:\Users\User\AppData\Roaming\Python\Python39\Scripts\radian.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants