Install python3.8 in Windows 10 WSL2
Written on May 3, 2020
El aprendizaje nunca agota la mente. - Leonardo da Vinci -
You can choose venv or pipenv
If you choose pipenv
1. Install python3.8 and venv for create virtual environment
2. Check python3.8 instalation
3. Create virtual environment with pipenv
4. Activate virtual environment
5. (Not recommended very slow open bash) Default Activation for python3.8 in your bash
- Edit your .bash_profile and add:
If you choose venv
1. Install python3.8 and venv for create virtual environment
2. Check python3.8 instalation
3. Create virtual environment for python 3.8
4. Use python3.8 in bash
5. Default Activation for python3.8 in your bash
- Edit your .bash_profile and add:
6. Reopen your bash and check python version
Written on May 3, 2020