-
Notifications
You must be signed in to change notification settings - Fork 932
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
New tutorials: using a virtual environment #202
Comments
@ddbeck Can you please assign this one to me? |
@amitsaha feel to free to start on this (for some reason GitHub won't let me literally assign the issue to you, but don't let my confusion with the UI slow you down) |
@amitsaha I liked @ncoghlan's suggestion of using the |
@ddbeck Just a note that I am slowly working on this at https://github.com/amitsaha/python-packaging-user-guide/blob/amitsaha_issue202/source/using-a-virtualenv.rst I have decided to use a separate package, because I felt this is something simpler. |
Great, keep up the good work and be sure to open a pull request when you're ready to entertain feedback. |
Thanks, i have opened a PR for preliminary feedback: #211 |
This primarily fixes first/second person style (relating to issue #202).
The PR has been merged to develop, plus some style changes: https://packaging.python.org/en/develop/using-a-virtualenv/ Once more sections are written, I'll need to revisit this so that it appropriately signposts the following section (and lines up with the signposting in the previous section). |
I will love to contribute #202 |
We have https://packaging.python.org/en/latest/tutorials/installing-packages/#creating-virtual-environments, I see no need to keep this open. |
(For more information about this issue, please see #194).
We need a short section to follow the install/uninstall section (see #201) (i.e., as its own file). It should satisfy the following goals:
In short, we want to equip the reader with the skills to install and use packages isolated from the system's site packages.
When opening pull requests for this issue, please submit to the
develop
branch. If you have questions that concern contributing more generally, please use issue #194. Otherwise, feel free to comment with questions or feedback. Thanks!The text was updated successfully, but these errors were encountered: