Re: Understanding virtual environment paths
The virtual environment is like a sandbox that has its own python executable and its own python libraries. Your .db file is perfectly accessible from inside the env.
On Wed, Nov 21, 2012 at 9:30 PM, Luisa Beck <emmi.beck@gmail.com> wrote:
I have a question about virtual environments:
Say I've activated a virtual environment. I'm working with SQlite3 (already installed on my Mac 10.6.8) and I save a .db file outside of my project directory.If I save the path outside the project directory, will I still have access to it when I'm in the virtual environment?
(I'm imagining the virtual environment like a sandbox around my project. I can play with the things I put into the sandbox.) So when I place a file outside of that, can I still access it when my virtual environment is active?--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/MdQuwsP-lB8J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
@andredieb
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home