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

Added explicit mention of pip3 for python 3 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added explicit mention of pip3 for python 3 #13

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Oct 4, 2018

No description provided.

@carlbordum
Copy link
Owner

Hi Pravandan,

Thank you very much for your interest in improving the project! This change does not make sense to me. pip is still called pip in Python 3, although you may have it installed as pip3 on your system for convenience.

Please correct me, if I'm missing something

Carl

@ghost
Copy link
Author

ghost commented Oct 5, 2018

Hi Carl

See actually linux based systems come with Python 2 already installed and you have pip for that, but say if we want to install Python 3 along with Python 2 in the system, then there is the need for that pip3, so as to explicitly mention for which version of Python a particular library is being installed.

Thanks
Pravandan

@Akuli
Copy link

Akuli commented Oct 8, 2018

could also recommend python3 -m if not using a virtualenv, also --user

@carlbordum
Copy link
Owner

Akuli, --user is already in README. Is that what you mean?

Clearing up the confusing stuff I left behind is encouraged!

@Summertime
Copy link
Collaborator

Summertime commented Nov 18, 2018

Manly should work the same on both python 2 and python 3. on a dual-python system, there isn't a practical difference between installing it as a python3 module, or a python 2 module

(And for those that care enough that they don't want it installed as a python 2 module, should know that they might need to make changes to the installation command)


aside, should also include py -2 -m pip install --user manly and py -3 -m pip install --user manly, the windows versions of such a command

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

Successfully merging this pull request may close these issues.

None yet

3 participants