You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ariatosca.apache.org by azbarcea <gi...@git.apache.org> on 2017/05/17 21:52:31 UTC

[GitHub] incubator-ariatosca pull request #134: fix getting started documentation for...

GitHub user azbarcea opened a pull request:

    https://github.com/apache/incubator-ariatosca/pull/134

    fix getting started documentation for archlinux

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/azbarcea/incubator-ariatosca fix-archlinux-getting-started

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-ariatosca/pull/134.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #134
    
----
commit 698d5437b685a2d5bd0136cc25f6286a70fa3517
Author: Alexandru Zbarcea <al...@apache.org>
Date:   2017-05-17T21:50:46Z

    fix getting started documentation for archlinux

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ariatosca pull request #134: fix getting started documentation for...

Posted by ran-z <gi...@git.apache.org>.
Github user ran-z commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/134#discussion_r117180863
  
    --- Diff: README.md ---
    @@ -46,15 +46,23 @@ Quick Start
     You need Python 2.6 or 2.7. Python 3+ is not currently supported.
     
     To install, we recommend using [pip](https://pip.pypa.io/) and a
    -[virtualenv](https://virtualenv.pypa.io/en/stable/). In Debian-based systems:
    +[virtualenv](https://virtualenv.pypa.io/en/stable/).
    +
    +In Debian-based systems:
     
     	sudo apt install python-setuptools
     	sudo -H easy_install pip
     	sudo -H pip install virtualenv
    +	virtualenv env --no-site-packages
    --- End diff --
    
    the `--no-site-packages` flag is deprecated (it's now the default behavior), so I don't think it should be on here. Did you have a specific issue with this on your Arch system?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ariatosca issue #134: fix getting started documentation for archli...

Posted by johnament <gi...@git.apache.org>.
Github user johnament commented on the issue:

    https://github.com/apache/incubator-ariatosca/pull/134
  
    Is this ready to merge?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ariatosca pull request #134: fix getting started documentation for...

Posted by pono <gi...@git.apache.org>.
Github user pono closed the pull request at:

    https://github.com/apache/incubator-ariatosca/pull/134


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ariatosca issue #134: fix getting started documentation for archli...

Posted by ran-z <gi...@git.apache.org>.
Github user ran-z commented on the issue:

    https://github.com/apache/incubator-ariatosca/pull/134
  
    @johnament This has been merged - sort of.
    Basically, it required squashing, a JIRA ticket, and a proper commit message. Since this was his first commit, I helped out with these things, and the commit got introduced into the `master` branch about a week ago.
    
    Problem is, because it wasn't identical to this PR, the PR didn't close automatically - and unfortunately I don't have the permissions to close it myself.
    If you do, please close this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---