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

Trying to install on Windows 10 #59

Open
bshea5 opened this issue Oct 4, 2019 · 3 comments
Open

Trying to install on Windows 10 #59

bshea5 opened this issue Oct 4, 2019 · 3 comments

Comments

@bshea5
Copy link

bshea5 commented Oct 4, 2019

I'm running bake setup via an admin level cmd, but keep getting the message below. Any ideas how to finish the setup?

image

@SanderMertens
Copy link
Owner

SanderMertens commented Oct 4, 2019

Hmm, that is strange. Can you try rerunning bake setup with --debug?

If that doesn't reveal anything, you can run the setup like this:

bake setup --local

That will not install anything to your global environment. Instead, the bake environment will be located in ~/bake. With local installs, you'll have to manually set PATH to the bake environment.

@bshea5
Copy link
Author

bshea5 commented Oct 5, 2019

Adding --debug only revealed the following of note:

image

Running it locally makes it available once added to PATH of my cmd. Question though, does bake need to run in vs studio's dev cmd, or should it be able to run in built in cmd or powershell? Seems like I"m able to run bake clone https://github.com/SanderMertens/flecs in vs studio's cmd, but not default cmd or powershell. Sorry, Window's isn't my primary machine, but trying to run this on multiple machines.

@SanderMertens
Copy link
Owner

Bake does need a valid visual studio environment. This sounds like a similar issue as the one reported here: https://mail.google.com/mail/u/0/#inbox/FMfcgxwDrbnzBSgSKnqKNJMpFNFNgjGh (scroll down to the last comments)

TL;DR: bake installs a script which invokes the visual studio prompt for you, but for some reason that doesn't seem to play well with local installs.

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