TimothyBramlett / 361ProjectBGroup7

Project B Git Repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

361ProjectBGroup7

Project B Git Repo

Virtual Environments

Python Virtual Environments are a way to seperate your system Python interpreter from your project enterpreter.

So, you have to first activate them from within your terminal session.

to activate:

cd /home/ubuntu/workspace/361ProjectBGroup7
source venv/bin/activate

to deactivate:

deactivate

About

Project B Git Repo


Languages

Language:Python 59.0%Language:HTML 26.3%Language:JavaScript 14.0%Language:CSS 0.6%Language:Shell 0.1%