Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission Denied for Gaze #4

Open
kolinkorr839 opened this issue Feb 5, 2021 · 4 comments
Open

Permission Denied for Gaze #4

kolinkorr839 opened this issue Feb 5, 2021 · 4 comments

Comments

@kolinkorr839
Copy link

On my Mac, I have this

lrwxr-xr-x@ 1 root admin 11B Jan 6 13:36 tmp -> private/tmp

And I get this:

[tmp]$ gaze 20.py
.: permission denied
@wtetsu
Copy link
Owner

wtetsu commented Feb 5, 2021

Thank you for feedback.

Maybe because /tmp is a special directory?
Please try:

mkdir /tmp/a
cd /tmp/a
touch a.py
gaze a.py

# And edit a.py

@kolinkorr839
Copy link
Author

The above works. But typically I work on '/tmp'. What is gaze doing that would cause a permission denied though?

@wtetsu
Copy link
Owner

wtetsu commented Feb 5, 2021

You’re right. I’ll look into it.

@wtetsu
Copy link
Owner

wtetsu commented Jul 17, 2022

Probably fixed in v1.1.1
(I tested on maxOS 11.6.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants