Skip to content

Instantly share code, notes, and snippets.

@MarcoGorelli
Last active September 23, 2023 13:49
Show Gist options
  • Select an option

  • Save MarcoGorelli/80c18d44a177cd2bd168c42f4a48472f to your computer and use it in GitHub Desktop.

Select an option

Save MarcoGorelli/80c18d44a177cd2bd168c42f4a48472f to your computer and use it in GitHub Desktop.
just-make-it-anew.sh
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