I have an environment I have created locally and pushed to FloxHub. Whenever I try to use the environment using flox activate -r <owner/environment>, it always uses the local version, i.e I see <owner/environment> (local) instead of <owner/environment> and it’s using the older outdated versions of my packages instead of the most updated versions that are in the environment pushed to FloxHub. I’ve tried using flox pull and flox pull -r <owner/environment>, including using --force for both, but they all claim it is up to date. This doesn’t seem to be an issue when I run flox activate in the directory where the environment is defined but if I run the command while in any other directory I get this issue
Using Flox 1.8.2 on an M3 Macbook Air.