User Tools

Site Tools


compute:venvpython

This is an old revision of the document!


Python3 virtual environments

Creating your virtual environment

  1. Python3 has a module venv which can be used to create your environment (python3 -m venv myProject)
  2. Another way is to install virtualenv with Pip (pip install virtualenv)
  3. There is a little tool on github called Asdf, which is also very easy to install and use, more instruction below
  4. Miniconda can be set up with the command /student/extra/Miniconda3-latest-Linux-x86_64.sh

User can also download and install :

More info :
Asdf install
Miniconda install
https://pypi.org/project/virtualenv/
Python3 venv module
Miniconda install

compute/venvpython.1733145428.txt.gz · Last modified: 2024/12/02 13:17 by bjorns