You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: