An open API service indexing awesome lists of open source software.

https://github.com/bhrutledge/exploring-venv

Exploring Virtual Environments in Python: a presentation
https://github.com/bhrutledge/exploring-venv

presentation python slides venv virtual-environments virtualenv virtualenvwrapper

Last synced: about 1 month ago
JSON representation

Exploring Virtual Environments in Python: a presentation

Awesome Lists containing this project

README

          

# Exploring Virtual Environments in Python

- What are they?
- How do I create one?
- How do they work?
- Where do they live?
- Tips
- Related tools

View at , or locally ala:

```
git clone https://github.com/bhrutledge/exploring-venv.git
cd exploring-venv
python -m SimpleHTTPServer
```

Presented at the [Boston Python Meetup](https://www.meetup.com/bostonpython/events/240446981/) on August 24, 2017.
Watch the screencast on [YouTube](https://youtu.be/_6xgJSVKMhY).

Built with [remark](https://remarkjs.com).