Is there any version manager or environment manager for rustpython? #5636
Replies: 1 comment
|
you can install RustPython using cargo. |
0 replies
Answer selected by
arihant2math
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can install RustPython using cargo.
if you are looking for venv, RustPython is shipping one.