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
When you try and install a non-existing package, it appears as though it succeeded.
$ rez env scoopz -- install python2
Initialising Scoop 2019.05.15.7... ok - 0.03s
Reading package lists... ok - 1.54s
Parsing Scoop apps... ok - 0.00s
Discovering existing packages... ok - 0.00s
No new packages were installed
Cleaning up.. ok
When really, it failed at Reading package lists.., because python2 isn't a package (it should be python27)
The text was updated successfully, but these errors were encountered:
When you try and install a non-existing package, it appears as though it succeeded.
When really, it failed at
Reading package lists..
, becausepython2
isn't a package (it should bepython27
)The text was updated successfully, but these errors were encountered: