pingbird / puro

A powerful tool for installing and upgrading Flutter versions.
https://puro.dev
Other
251 stars 13 forks source link

Pub_Cache environment change issue #43

Closed singhtaranjeet closed 1 year ago

singhtaranjeet commented 1 year ago

puro sets "Pub_Cache" to .puro/shared/pub_cache all my packages are using this now but for some reason i want to use .pub-cache of flutter not able to change that.

After uninstalling too my packages are using .puro folder rather then normal flutter .pub-cache/

pingbird commented 1 year ago

That is from PUB_CACHE.

Use puro uninstall-puro to clean up environment variables, otherwise you can do that manually by editing ~/.zshrc (mac), ~/.bashrc (linux), or the environment variables dialog in windows settings.