Last active
September 23, 2023 13:49
-
-
Save MarcoGorelli/80c18d44a177cd2bd168c42f4a48472f to your computer and use it in GitHub Desktop.
just-make-it-anew.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| deactivate | |
| cp bytecode-parsing-tests.sh ../../temporary-polars-files/ | |
| cp just-make-it-anew.sh ../../temporary-polars-files/ | |
| cp pre-commit.sh ../../temporary-polars-files/ | |
| cp repl.sh ../../temporary-polars-files/ | |
| cp ../.vscode/settings.json ../../temporary-polars-files/ | |
| git clean -fxfd ../. | |
| cargo clean | |
| rustup self uninstall | |
| curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y | |
| rustup toolchain install nightly --component miri | |
| make .venv | |
| . ../.venv/bin/activate | |
| pip install ipython | |
| make build | |
| cp ../../temporary-polars-files/bytecode-parsing-tests.sh . | |
| cp ../../temporary-polars-files/just-make-it-anew.sh . | |
| cp ../../temporary-polars-files/pre-commit.sh . | |
| cp ../../temporary-polars-files/repl.sh . | |
| cp ../../temporary-polars-files/settings.json .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment