mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
8 lines
146 B
Bash
8 lines
146 B
Bash
virtualenv venv --python=python3
|
|
source venv/bin/activate
|
|
pip install bytecode
|
|
|
|
source ~/.cargo/env
|
|
rustup install nightly
|
|
rustup default nightly
|