-
Notifications
You must be signed in to change notification settings - Fork 277
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
python -m pip install -U . doesn't work. #6
Comments
Confirmed that
works now. However, permissions might need tweaking - running pytype on my machine, after the above, throws:
|
That $ sudo python -m pip install -U . worked for me on Ubuntu 12.04:
|
What happens if afterwards, you do
? |
It prints the output of the file I gave: $ pytype x.py
class Foo(object):
pass (I admit it's not a good file to test it :)) |
Ok, it's probably just a bad umask on my machine. |
It ought to be possible to install pytype using pip by running
but doing so causes an error message.
The text was updated successfully, but these errors were encountered: