evogym icon indicating copy to clipboard operation
evogym copied to clipboard

Running setup.py with a prefix dir

Open srinivasansuraj opened this issue 3 years ago • 1 comments

Hello,

Could you advise on how to run setup.py with a prefix dir so that this code can be used without root access?

srinivasansuraj avatar Mar 15 '22 22:03 srinivasansuraj

Try either:

  1. python setup.py install --user
  2. do not use system python, e.g., use python from an anaconda virtual environment, which shouldn't require root access Hope this helps.

yunshengtian avatar Mar 19 '22 13:03 yunshengtian

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.

jagdeepsb avatar Feb 12 '23 19:02 jagdeepsb