-
Notifications
You must be signed in to change notification settings - Fork 37
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
Issues with installation #84
Comments
Hi Amol! Thanks for bringing this up! make is tool that is typically only available on unix-based OSes (Mac and linux, in general). |
@ajm188 I have installed Cygwin and running it on the console but am not able to point it to the beans directory. Another thing, can you please explain step by step the process of setting up Beans. What I have done is this:
Also, I need to run the files in bean folder on the local machine or Google shell? Please clarify. |
where the If you have set up Google App Engine and downloaded the Python SDK (it sounds like you have), all further instructions should be run on the local machine. |
@ajm188 I changed the path as well but make development gives the following error:
|
My bet is that you need to change your separator to work for windows. On Unix systems, this is '/', but on Windows it's ''. So I'm guessing it should be more like: .\bin\venv-update
venv= venv\
install= blah
bootstrap-deps = blah blah
pip-command= blah blah blah @asottile looping you in here; do I seem to be on the right track? |
I doubt our tool chain works in Windows, other than pre-commit none of them
are tested there
…On May 1, 2017 4:59 AM, "Andrew Mason" ***@***.***> wrote:
My bet is that you need to change your separator to work for windows. On
Unix systems, this is '/', but on Windows it's ''.
So I'm guessing it should be more like:
.\bin\venv-update
venv= venv\
install= blah
bootstrap-deps = blah blah
pip-command= blah blah blah
@asottile <https://github.com/asottile> looping you in here; do I seem to
be on the right track?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#84 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABugn1JCX4NNX42hmu7TLhJmqHFglbexks5r1ckAgaJpZM4NIWDB>
.
|
Hi,
This might sound quite a silly request but I am not able to run the program on my local machine.
These are the steps I have followed:
I am running the above on windows machine running Windows 7.
Please help.
Regards,
Amol
The text was updated successfully, but these errors were encountered: