Skip to content

Commit ac0e9cb

Browse files
committed
note for setuptools
1 parent 29041fa commit ac0e9cb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,20 @@ $ env R_HOME=/usr/local/lib/R radian
193193
Please also make sure that R was installed with the R shared library `libR.so` or `libR.dylib` or `libR.dll`. On Linux, the flag `--enable-R-shlib` may be needed to install R from the source.
194194

195195

196+
#### Outdated setuptools
197+
198+
If you encounter
199+
200+
> The package setup script has attempted to modify files on your system that are not within the EasyInstall build area.
201+
202+
Please update your setuptools by
203+
204+
```
205+
pip install -U setuptools
206+
207+
```
208+
209+
196210
#### How to use local history file
197211

198212
_radian_ maintains its own history file `.radian_history` and doesn't use the `.Rhistory` file. A local `.radian_history` is used if it is found in the launch directory. Otherwise, the global history file `~/.radian_history` would be used. To override the default behavior, you could launch _radian_ with the options: `radian --local-history`, `radian --global-history` or `radian --no-history`.

0 commit comments

Comments
 (0)