linux set virtual environment code example
Example 1: linux set environment
# syntax
# setenv SHELL *<filepath-of-file-containing-environment-settings>
# example
setenv SHELL /usr/bin/bash
Example 2: how to workon virtual environment in linux
# If any of the other dont work try
<env name>\bin\activate