a tutorial on python - pipenv | virtualenv

Pubblicato il: 10 marzo 2023
sul canale di: 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


In questa pagina del sito puoi guardare il video online a tutorial on python - pipenv | virtualenv della durata di ore minuti seconda in buona qualità , che l'utente ha caricato FAXBD 10 marzo 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 220 volte e gli è piaciuto 2 spettatori. Buona visione!