compute:venvpython
Python3 virtual environments
Creating your virtual environment
- Python3 has a module venv which can be used to create your environment (python3 -m venv myProject)
- Another way is to install virtualenv with Pip (pip install virtualenv)
- Miniconda can be set up with the command
/student/extra/Miniconda3-latest-Linux-x86_64.sh
User can also download and install :
More info :
Miniconda install
https://pypi.org/project/virtualenv/
Python3 venv module
Miniconda install
compute/venvpython.txt · Last modified: 2024/12/02 13:26 by bjorns