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
usually, virtualenv bootstrap scripts are standalone, i.e. if you have the script you can just run it; but ours depends on having the whole source tree checked out too (it looks for the pavement.py script). If that's not there, it dies.
Maybe doing pavement stuff in the bootstrap.py is too much?
Maybe it should just install packages, and if you want more you should run a wrapper like bootstrap_demo.sh?
The text was updated successfully, but these errors were encountered:
usually, virtualenv bootstrap scripts are standalone, i.e. if you have the script you can just run it; but ours depends on having the whole source tree checked out too (it looks for the pavement.py script). If that's not there, it dies.
Maybe doing pavement stuff in the bootstrap.py is too much?
Maybe it should just install packages, and if you want more you should run a wrapper like bootstrap_demo.sh?
The text was updated successfully, but these errors were encountered: