Skip to content
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

un able to install udacimak #224

Open
ahmedtamam721 opened this issue Jan 17, 2022 · 6 comments
Open

un able to install udacimak #224

ahmedtamam721 opened this issue Jan 17, 2022 · 6 comments

Comments

@ahmedtamam721
Copy link

ahmedtamam721 commented Jan 17, 2022

image

@h3sh4m
Copy link

h3sh4m commented Jul 24, 2022

I have the same issue

@aminpaw
Copy link

aminpaw commented Aug 8, 2022

same issue

@davidnwaneri
Copy link

Same here

@OmarShawky1
Copy link

same

@asadhayat1068
Copy link

You guys need to install Python 2.7.x and should be default version.

@pradhyuman-yadav
Copy link

You have python as python3 or py.

you can run in docker and use symlink or use an alias.

For Dockerfile
RUN ln -s /usr/bin/python3 /usr/bin/python &
ln -s /usr/bin/pip3 /usr/bin/pip

For Alias
echo 'alias python="python3"' >> ~/.zshrc && source;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants