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
Improve setup scripts for development (rust-lang#322)
* Define dependencies with an array
Among other things, this will allow us to comment on them in the future.
* Add missing (non-CI) dependency
Running setup scripts on the default Ubuntu AMI results in this error message:
```
+ sudo python3 -m pip install --upgrade cbmc_viewer-2.5-py3-none-any.whl
/usr/bin/python3: No module named pip
```
This fixes the issue.
* Use the downloaded file, if already downloaded
wget has a default behavior that causes downloads like this to get new
unexpected filenames if the file already exists.
The switch to curl is simply personal preference.
* swap back to wget
* keep deps in alpha order for now
0 commit comments