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

New tutorials: using a virtual environment #202

Closed
ddbeck opened this issue Dec 8, 2015 · 10 comments
Closed

New tutorials: using a virtual environment #202

ddbeck opened this issue Dec 8, 2015 · 10 comments

Comments

@ddbeck
Copy link
Contributor

ddbeck commented Dec 8, 2015

(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:

  • show the reader to how to install virtualenv (if applicable, Pythons 3.3+ should come with pyenv, I think)
  • show the reader how to create a virtual environment
  • show the reader how to install something inside that environment (and verify that installing worked, as in the previous section)
  • show the reader how to destroy the environment

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!

@amitsaha
Copy link

amitsaha commented Dec 8, 2015

@ddbeck Can you please assign this one to me?

@ddbeck
Copy link
Contributor Author

ddbeck commented Dec 9, 2015

@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
Copy link

@ddbeck Great, as I commented in #198 , can we decide on one third party package that we will use through out the docs? This can also be used in #206 and elsewhere.

@ddbeck
Copy link
Contributor Author

ddbeck commented Dec 14, 2015

@amitsaha I liked @ncoghlan's suggestion of using the pprintpp package. But feel free to choose something that you're comfortable working with now—a draft is easier to edit than an idea. We don't have to commit to having the same sample throughout or we can work on achieving consistency through the editing process, so don't worry much about matching up with the other sections just yet.

@amitsaha
Copy link

@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.

@ddbeck
Copy link
Contributor Author

ddbeck commented Jan 4, 2016

Great, keep up the good work and be sure to open a pull request when you're ready to entertain feedback.

@amitsaha
Copy link

amitsaha commented Jan 5, 2016

Thanks, i have opened a PR for preliminary feedback: #211

ddbeck pushed a commit that referenced this issue Feb 7, 2016
This completes the work required to merge PR #211 (corresponding to issue #202)
also included as part of issue #194.
ddbeck pushed a commit that referenced this issue Feb 7, 2016
This primarily fixes first/second person style (relating to issue #202).
ddbeck pushed a commit that referenced this issue Feb 7, 2016
@ddbeck
Copy link
Contributor Author

ddbeck commented Feb 7, 2016

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).

@tejaswini4996
Copy link

I will love to contribute #202

@jeanas jeanas closed this as completed Jan 16, 2024
@jeanas
Copy link
Contributor

jeanas commented Jan 16, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants