User Tools

Site Tools


compute:venvpython

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
compute:venvpython [2024/12/02 10:24] bjornscompute:venvpython [2024/12/02 13:26] (current) bjorns
Line 2: Line 2:
  
 Creating your virtual environment\\ Creating your virtual environment\\
-Python3 has a module venv which can be used to create (python3 -m venv myProject)\\ +  - Python3 has a module venv which can be used to create your environment (python3 -m venv myProject)\\ 
-An easy way is to install virtualenv with Pip (pip install virtualenv)\\ +  - Another way is to install virtualenv with Pip (pip install virtualenv)\\ 
-Miniconda can be set up with the cmd ''sh /student/extra/Miniconda3-latest-Linux-x86_64.sh''\\+  Miniconda can be set up with the command ''/student/extra/Miniconda3-latest-Linux-x86_64.sh''\\
 User can also download and install :\\ User can also download and install :\\
   - [[https://www.anaconda.com/download|Miniconda]]\\   - [[https://www.anaconda.com/download|Miniconda]]\\
Line 10: Line 10:
  
 More info :\\ More info :\\
 +
 +[[compute:miniconda|Miniconda install]]\\
 [[https://pypi.org/project/virtualenv/]]\\ [[https://pypi.org/project/virtualenv/]]\\
 [[https://docs.python.org/3/library/venv.html|Python3 venv module]]\\ [[https://docs.python.org/3/library/venv.html|Python3 venv module]]\\
 [[https://docs.anaconda.com/miniconda/install/|Miniconda install]] [[https://docs.anaconda.com/miniconda/install/|Miniconda install]]
  
compute/venvpython.1733135061.txt.gz · Last modified: 2024/12/02 10:24 by bjorns