-
Notifications
You must be signed in to change notification settings - Fork 3
Description
It doesn't seem to be possible to successfully install epicsarchiver in a user's home directory. I have attempted many of the alternate installs for the default version of python on RHEL6:
https://docs.python.org/release/2.6.6/install/index.html
Most of the approaches (--user, --home, --prefix, --exec-prefix, --install-base) fail when the install process attempts to install pvarch to a system location:
running install_data
copying bin/pvarch -> /usr/bin
error: /usr/bin/pvarch: Permission denied
Using --root to specify the alternate location allows most of the install to succeed, however, there are problems due to paths. If absolute paths are specified for the directories in config.py, these absolute paths get appended to the path passed to the --root flag. If relative paths are specified for the directories in config.py, some of the files get installed to the desired directories, but setup.py breaks (specifically the cmd == 'install' part).