You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would remove the redirect to /dev/null. Personally I am pretty much always in favor of showing most command outputs and I am not sure that hiding the output to reduce clutter here outweighs the downside of not seeing what the failure might have been the first time around and why the failure didn't cause an exit from the script
I remove the removed the redirect (as suggested above). It turns out that even on linux, pip was not separating the debug and release environments. In addition, it was also seeing another virtual environment that I have my Fedora system.
The following change passes the bin/check_all.sh test on linux: c73442b
It also fixed the confusion mentioned above on MacOS.
bradbell
changed the title
MacOS with Homebrew
environment.sh problems
Sep 27, 2024
When I run the following command om MacOS with Homebrew
It seems that the install of toml does not really happen and I get the following output:
If I then check for toml and then re-install it and then check for toml, I get
The text was updated successfully, but these errors were encountered: