Virtual environments:
*Discovering which virtual environment you are using
If you are using the default bash prompt on Linux, you should see the name of the virtual environment at the start of your prompt.
(my-project-env) user@hostname:~$ which python
/home/user/my-project-env/bin/python