Skip to content

Commit

Permalink
text edit
Browse files Browse the repository at this point in the history
  • Loading branch information
imattman committed May 4, 2019
1 parent 54993af commit 1fd9b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/post/how-to-set-up-virtual-env.md
Expand Up @@ -79,7 +79,7 @@ Learning to use virtual environments can seem like a hassle and a bit cumbersome
# General Tips

* **Activate** the virtual environment (_step 4. above_) anytime you start a new command shell, otherwise the packages installed in that environment won't be found.
* The `venv` contains information specific to your computer and shouldn't be checked into Git. This is the main reason for the explicit step to add a `.gitignore` file... and it's just good practice :sunglasses:
* The `venv` directory contains information specific to your computer and shouldn't be checked into Git. This is the main reason for the explicit step to add a `.gitignore` file... and it's a good practice :sunglasses:
* GitHub offers an option to "Add `.gitignore`" when you create a new project.
Select "Python" in the list for a shortcut on _step 5._

Expand Down

0 comments on commit 1fd9b7e

Please sign in to comment.