Displaying 3 results from an estimated 3 matches for "_locally".
Did you mean:
locally
2006 Apr 21
9
Capistrano, OS X
If you installed your copy of ruby via DarwinPorts, the hashbang lines
at the top of your dispatch.* scripts says "#!/opt/local/bin/ruby". This
is a problem, if you''re deployin via Capistrano to a host with a
different path to ruby (which would be practially all of them:-)
Here''s a fix. Add this "fix_hashbangs.rb" script to your script
directory.
2019 Jan 06
2
change default path for installing r-cran packages by sudo apt r-cran...?
dear dirk,
i am following up on our thread on r-help-mailinglist. you advised me to
bring it over here.
when installing packages from within R, they usually go to a directory
defined in R_LIBS_USER, which i have it set in .Renviron.
when installing packages via sudo apt install r-cran-.., they go to
/usr/lib/R/site-library.
is there a possibility to have packages installed to the R_LIBS-USER
2019 Jan 06
0
change default path for installing r-cran packages by sudo apt r-cran...?
...Moser wrote:
| dear dirk,
|
| i am following up on our thread on r-help-mailinglist. you advised me to
| bring it over here.
|
| when installing packages from within R, they usually go to a directory
| defined in R_LIBS_USER, which i have it set in .Renviron.
That is _you_ as the user installing _locally compiled packages_. For those
you can alter where they as _you do it locally_. Your command, your control.
| when installing packages via sudo apt install r-cran-.., they go to
| /usr/lib/R/site-library.
Those are _distribution-provided binaries following distribution policy_. All
Debian (and U...