flyingcircusio / appenv

Self-contained bootstrapping/updating of Python applications deployed through shared repositories
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Bootstrapping not supporting relativ path like ./ #47

Closed frlan closed 1 month ago

frlan commented 3 months ago

I needed to put in full path instead of e.g. ./

frlan@trabant:~/quellen/myprj$ curl -sL https://github.com/flyingcircusio/appenv/raw/master/bootstrap | sh
Let's create a new appenv project.

What should the command be named? batou
What is the main dependency as found on PyPI? [batou] 
Where should we create this? [/tmp/tmp.yaqHoNo9fu/batou] /home/frlan/quellen/myprj/

Creating appenv setup in /home/frlan/quellen/myprj ...

Done. You can now `cd ../../home/frlan/quellen/myprj` and call `./batou` to bootstrap and run it.

Maybe defaulting to ./ anyway?