-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid python
command usage in install.sh
#374
Comments
AbdouSeck
added a commit
to AbdouSeck/rustlings
that referenced
this issue
Apr 29, 2020
…t,rustc and cargo closes rust-lang#374
MendelMonteiro
pushed a commit
to MendelMonteiro/rustlings
that referenced
this issue
Jun 28, 2020
…t,rustc and cargo closes rust-lang#374
dlemel8
pushed a commit
to dlemel8/rustlings
that referenced
this issue
Aug 2, 2020
…t,rustc and cargo closes rust-lang#374
ppp3
pushed a commit
to ppp3/rustlings
that referenced
this issue
May 23, 2022
…t,rustc and cargo closes rust-lang#374
dmoore04
pushed a commit
to dmoore04/rustlings
that referenced
this issue
Sep 11, 2022
…t,rustc and cargo closes rust-lang#374
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have a Debian installation that doesn't have
python
binary since Python 2 is deprecated, and that gave me the following error:I would prefer avoid using
python
command, and usepython3
command when it is available.The text was updated successfully, but these errors were encountered: