-
-
Notifications
You must be signed in to change notification settings - Fork 796
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 command script on Windows #1128
Labels
Comments
|
I think the solution here is to use |
|
Works, thank you!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version Information
pip freeze
):pycryptodome==3.7.2
vyper==0.1.0b5
What's your issue about?
After installation, the command
vyper
does not work on Windows.The installation does put a shell script in the Python folder %AppData%\Local\Programs\Python\Python37\Scripts
However, although this is on the path, it does not run on Windows.
Other programs often put an exe or similar file there instead.
How can it be fixed?
I put a simple vyper.cmd file in the same folder, with the contents:
@python C:\Dev\vyper\build\scripts-3.7\vyper %*
This is a hack, because it hard codes to my development path, but something similar would work if configured with the correct location installed.
Cute Animal Picture
The text was updated successfully, but these errors were encountered: