Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit aa55de8c authored by Kostis ANAGNOSTOPOULOS's avatar Kostis ANAGNOSTOPOULOS
Browse files

fix(setup) project-root in PATH, exec scripts ovunque

parent 7327f2ee
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,7 @@ function upd50_create_conda_env {
## Setup any conda-env variables:
# - PYTHONPATH pointing to project-root, to run scripts from there.
conda env config vars set -p $conda_env_prefix PATH="$PATH:$mydir/"
conda env config vars set -p $conda_env_prefix PYTHONPATH="$PYTHONPATH:$mydir/"
_log "ACTIVATE YOUR ENVIRONMENT with: conda activate $conda_env_prefix_rel"
fi
......
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