Thanks for your help
# general
f
Thanks for your help
h
and then run
pip install -U -r requirements.txt
in my project dir (because I use pulumi+python)
I think technically, the contents of the tarball just need to be on your
$PATH
. It would be better if they lived next to each other, but I'm not certain that's a requirement.
f
Thanks Astra - I was hoping there is an an easy way to just run the install script for a specific PATH
Also I plan to use Pulumi from Go and Python - so just wish to get the latest install everytime I set up my VM
h
Yeah, the only way I know of to get the latest right now is to scrape https://www.pulumi.com/docs/reference/changelog/ or https://www.pulumi.com/docs/reference/install/ for the right URL. That script is an 80% solution that works well enough for me.
f
Thanks again Astra. But no way to curl -fSsl into a specific directory?
h
Not that I've seen, no. Their installation script is fairly opinionated
oh!
<https://www.pulumi.com/latest-version>
exists
(it's what the installation script uses)