Create venv

From DISI
Jump to navigation Jump to search

Here is how to create a python venv

conda create -n jjivenv python=3.11

  • this is the old method
  • bash
  • source /nfs/soft/ian/env.sh
  • python -V to make sure you are on 3.8 or better
  • python -m venv myvenv
  • source myvenv/bin/activate