Skip to content
Snippets Groups Projects

Update to use python venv

Merged Administrator requested to merge use-python-venv into main
3 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
#!/bin/bash
source activate base
source activate python
basedir=$( cd "$(dirname "$0")" ; pwd -P )
conda install ${basedir}/environment.yml
Loading