a tutorial on python - pipenv | virtualenv

Publicado el: 10 marzo 2023
en el canal de: FAXBD
220
2

#python #pipenv #virtualenv #pip #error
You have to remember pipenv must be run on a virtual shell. You have to make sure your project has its own folder and the module will not work outside of that folder. And you must have run a cmd and with the command pipenv shell.

Useful Command (step by step):
pip install pipenv
cd mkdir DDD
cd ./DDD
pipenv install pillow
pipenv shell
python test1.py

Chapters:
0:00 Uninstalling pillow.
1:11 Try installing pyenv.
1:43 Installing pipenv.
2:21 moving to directory to create virtual environment.
3:16 installing pillpw using pipenv.
3:37 making a test1.py file in virtual environment.
5:17 running test1.py in root shell
5:58 finally running test1.py in pipenv shell


En esta página del sitio puede ver el video en línea a tutorial on python - pipenv | virtualenv de Duración hora minuto segunda en buena calidad , que subió el usuario FAXBD 10 marzo 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 220 veces y le gustó 2 a los espectadores. Disfruta viendo!