Josh Frazier
Josh Frazier

Reputation: 47

How do I access my virtual environment when I go into Terminal (Mac)?

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.

screenshot of Mac Terminal

Location of virtual server on Mac

Upvotes: 0

Views: 450

Answers (1)

Try with this $ Source path-of-virtualenv/bin/activate this may works

Upvotes: 0

Related Questions