Skip to content

Installation without admin rights #22

Description

@mehrhardt

I have been trying to install odlcuda without admin rights. I have changed the "CMAKE_INSTALL_PREFIX" folder to a folder where I do have write access. This approach worked well to install other software packages. However, odlcuda seems to ignore this path and tries to install it into the default path

/usr/local/lib/python2.7/dist-packages/

instead.

I tried two options how to change the installation path, all of which should work according to some forums, but none does here.

  • cmake -DCMAKE_INSTALL_PREFIX=~/.local/lib/python2.7/site-packages ../
  • make DESTDIR=~/.local/lib/python2.7/site-packages pyinstall

Any ideas of what is going on here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions