Reputation: 47
I was going through a tutorial on Django for the first time and had to restart my computer. After it restarted, I lost access to my virtualenv instance in terminal. Can anyone help get me back in? I can see the virtual environment.
Location of virtual server on Mac
Upvotes: 0
Views: 450
Reputation: 114
Try with this $ Source path-of-virtualenv/bin/activate
this may works
Upvotes: 0