You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/02/15 21:48:34 UTC

[GitHub] [lucene-site] epugh opened a new pull request #42: fix the example command

epugh opened a new pull request #42:
URL: https://github.com/apache/lucene-site/pull/42


   Make the cut'n'paste work!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-site] epugh merged pull request #42: fix the example command

Posted by GitBox <gi...@apache.org>.
epugh merged pull request #42:
URL: https://github.com/apache/lucene-site/pull/42


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-site] anshumg commented on pull request #42: fix the example command

Posted by GitBox <gi...@apache.org>.
anshumg commented on pull request #42:
URL: https://github.com/apache/lucene-site/pull/42#issuecomment-793238022


   @epugh  - you might want to merge this in soon? :) 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-site] epugh commented on pull request #42: fix the example command

Posted by GitBox <gi...@apache.org>.
epugh commented on pull request #42:
URL: https://github.com/apache/lucene-site/pull/42#issuecomment-779861994


   @janhoy I noticed we use `pip3` in the readme, but `pip` in the script.   At least for me, `pip` doesn't work, so I upgraded.  However, not sure this is a good change for everyone!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-site] janhoy commented on pull request #42: fix the example command

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #42:
URL: https://github.com/apache/lucene-site/pull/42#issuecomment-780643532


   > @janhoy I noticed we use `pip3` in the readme, but `pip` in the script. At least for me, `pip` doesn't work, so I upgraded. However, not sure this is a good change for everyone!
   
   +1
   I think pip3 is safer and better.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-site] janhoy commented on pull request #42: fix the example command

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #42:
URL: https://github.com/apache/lucene-site/pull/42#issuecomment-791250939


   Actually when using venv, the `env/bin/activate` command will make `pip` an alias to `pip3` for you, so the end result is the same. But if you have chosen to work with your global python environment, and have git2 as default on your path, then it would be important to specify pip3. Since pip3 will always work, let's just use that.
   
   If you want to merge this, remember to port the change to solr-site repo as well :)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org