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
- Host: GitHub
- URL: https://github.com/bhrutledge/exploring-venv
- Owner: bhrutledge
- License: mit
- Created: 2017-08-13T11:49:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T21:59:26.000Z (over 8 years ago)
- Last Synced: 2025-07-20T15:40:03.781Z (10 months ago)
- Topics: presentation, python, slides, venv, virtual-environments, virtualenv, virtualenvwrapper
- Language: CSS
- Homepage: https://bhrutledge.github.io/exploring-venv/
- Size: 263 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).