-
Notifications
You must be signed in to change notification settings - Fork 96
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
The 'pip install -e .' command doesn't work #86
Comments
Hmm, that's strange - it works for me on my mac:
|
Well, is it because I don't use a virtualenv? But I only use one version of Python. |
Possibly, but that stuff should be fairly standard, virtualenv or not. It might be Windows-related - I'm on Mac, so that's the only difference I can see. |
Same error. I clicked enter and it worked for me. |
On windows using git bash:
|
pip install e:
|
I am on Windows 10
This is not on path:
|
@r58Playz wrong pycraft I think. |
nope I have pycraft-master and exact directory layout as master. |
i meant pycraft-master folder |
got it working with |
|
I'm on Windows 10 (x64) and I use Python 3.6.1. I set the directory to this project's directory and used the following command:
And I got an
UnicodeDecodeError
. But the following command is OK for me:After using this command I can run Pycraft successfully.
The text was updated successfully, but these errors were encountered: