Skip to content

Cannot install Rhino plugin in student lab #4

@lhaynesed

Description

@lhaynesed

I would like to install RhinoVault in a student lab environment for teaching. The install method via COMPAS/Anaconda fails because admin rights are required on Windows to create symlinks (so the students can't do this for themselves).
python -m compas_rhino.install -v 7.0 --clean

This symlink approach is problematic for another reason. The user’s Rhino folder is part of their network roaming profile and so will persists between logins even if they move to a different lab computer. However, the Anaconda environment created in the preceding steps is created in temporary scratch space local to the computer and is deleted when they logout. So even if the symlinks could be created, they would become broken on logout.

Hopefully an install method can be developed which is compatible with installation on shared, multi-user computers which doesn't require admin rights for the end user. I think there used to be a standalone installer in the past.

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