Andres Berejnoi

Results 13 comments of Andres Berejnoi

I am in the same boat right now. I am installing make for windows following the answer on StackOverflow [here](https://stackoverflow.com/questions/32127524/how-to-install-and-use-make-in-windows) The one that says to install **chocolatey** and then do...

I managed to install make using that tool. However, when trying to build the source code for the project, I got another error with 'ln' not being available on Windows....

I found online that the problem is due to the script not having a shebang line with the python executable path, something like "#!/usr/bin python3" or whatever your path is....

> Hey thanks for reply but i am confused in > > ``` > cd app && ln -sf config_dev.py config.py > ``` > command what changes i need to...

> I suggest to remove the `config.py` file and add it to `.gitignore`. Since the link will be created when someone run the `make dev` command successfully. > > Also,...

I am running it with python 3.7.3 that comes with miniconda and have no problems. I am using Ubuntu 18.04 though

@austintgriffith I went to submit my work but did not actually see where to upload my file. I am new to using Gitcoin. Do I just drop it here?

This is a GIF using the orange color from the logo and the flame at the center. The QR encodes "Burner Wallet" ![burner wallet qr](https://user-images.githubusercontent.com/17301409/51078693-9227f900-1687-11e9-8300-82639ee793fb.gif)

Has there been any update to this bounty?

> I am wondering if you are having conflicts with Ubuntu Yarn and yarn 🤔 try uninstalling the Ubuntu Yarn if it is installed and try again. @andresberejnoi Thank you,...