Linux

Crear un entorno virtual python en WSL Español #linux #wsl #machinelearning



#Short
Create virtual environment python in WSL

Intrucciones
#update linux
sudo apt update && sudo apt upgrade

# Install python and virtualenv
sudo apt install python3 python3-pip virtualenv

#create environtment
mkdir ~/python-environments && cd ~/python-environments
virtualenv pytorch
ls pytorch/lib
source pytorch/bin/activate

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button