Example
>>> from virtualenvcontext import VirtualenvContext
>>> try: >>> import kitchen >>> except ImportError as e: >>> print "kitchen is definitely not installed in system-python"
>>> with VirtaulenvContext("my-venv"):
>>> import kitchen
>>> print "But it *is* installed in my virtualenv"
>>> try: >>> import kitchen >>> except ImportError as e: >>> print "But once I exit that block, I lose my powers again..."
Caveat:
It expects that you’re using virtualenvwrapper but you should be anyways.
Get this project:
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file virtualenvcontext-0.1.6.tar.gz.
File metadata
- Download URL: virtualenvcontext-0.1.6.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d91786b6723318ce3aedf479476ede234a9558d27dbe96c9191f3f494a679ce1
|
|
| MD5 |
c211a790cfbbccb45f3348dc7b5e72b3
|
|
| BLAKE2b-256 |
665f25f173a983648b17bab77c22d77fd0fa456a3a43d0fd375703056dda9565
|