FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 51777c51 authored by L. Bower's avatar L. Bower
Browse files

fixing venv path

parent db9c6839
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,9 @@ function setup_conda_env() {
export EMAIL_CRED=${envs}/credentials/Cred_gmail.json
# activate conda environment of python modules so they can be imported
#TODO: Move conda_env from bin to envs
# activate venv environment of python modules so they can be imported
venv=${envs}/conda/venv;
source ${venv}/bin/activate;
source ${venv}/venv/ews_prod/bin/activate;
}
function teardown_conda_env() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment