Create venv: Difference between revisions

From DISI
Jump to navigation Jump to search
(shoulda had this a long time ago)
 
(No difference)

Latest revision as of 21:04, 22 February 2024

Here is how to create a python venv

  • 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