jrl-umi3218/Tasks

cmake python install setup.py --user

ahundt opened this issue · 2 comments

I might need an option to install via cmake in the user directory. Perhaps it could be done with a cmake flag like -DPYTHON_USER_INSTALL?

In other words something like the following should eventually run:

python setup.py install --user

I think this also applies to everything tasks depends on too.

It exists already. It's PYTHON_BINDING_USER_INSTALL it does what you described (works with all packages in the stack)

whoops, I had missed it. Thanks!