Hello.
I'm trying everything with virtualenvs. All so good for now (except I had to install PyYAML from git because problems with Python 3.7 and PyYAML, but that is another history), but although I did everything without sudo from installing until python -m tardis run --travel-plan=first_try, the next tardis steps required sudo because the data share folder is created with root as it's owner.
Is there a way to make tardis run to create that folder with owner the same as the user running the command?
Note: I tried changing the owner manually, but then tardis didn't worked well.
Hello.
I'm trying everything with virtualenvs. All so good for now (except I had to install PyYAML from git because problems with Python 3.7 and PyYAML, but that is another history), but although I did everything without sudo from installing until
python -m tardis run --travel-plan=first_try, the next tardis steps required sudo because the data share folder is created with root as it's owner.Is there a way to make
tardis runto create that folder with owner the same as the user running the command?Note: I tried changing the owner manually, but then tardis didn't worked well.