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

Change python default version from 2 to 3 #5

Open
byhbt opened this issue Jun 27, 2020 · 0 comments
Open

Change python default version from 2 to 3 #5

byhbt opened this issue Jun 27, 2020 · 0 comments
Labels
Python Learn Python

Comments

@byhbt
Copy link
Owner

byhbt commented Jun 27, 2020

Problem:

Normally Macbook or Ubuntu will be default with the python 2.7

─$ python2 -V
Python 2.7.16

How to install new library for python3.

python3 -m pip install pandas

Solution:

Lesson:

Find the most elegant way to change the default version of Python.

@byhbt byhbt added the Python Learn Python label Jun 27, 2020
@byhbt byhbt added this to the First 50 issues milestone Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Learn Python
Projects
None yet
Development

No branches or pull requests

1 participant