evogym
evogym copied to clipboard
Running setup.py with a prefix dir
Hello,
Could you advise on how to run setup.py with a prefix dir so that this code can be used without root access?
Try either:
- python setup.py install --user
- do not use system python, e.g., use python from an anaconda virtual environment, which shouldn't require root access Hope this helps.
Hi @srinivasansuraj, thank you for your interest in EvoGym.
I am closing this issue for now, please let me know if the problem is unsolved.