Kivy-GUI-Example icon indicating copy to clipboard operation
Kivy-GUI-Example copied to clipboard

virtual environment

Open AvTe opened this issue 4 years ago • 3 comments

First activate virtual environment and run main.py

AvTe avatar Mar 23 '21 05:03 AvTe

Uh, I don't think it's wise to commit a whole virtual environment, because if you do, it'll take a long time to clone. Plus its kind of useless.

TechStudent10 avatar Mar 23 '21 13:03 TechStudent10

Sometime system's path environment is not aware of virtualenv.exe

install virtualenv pip install virtualenv

run command in the directory where you want virtual environment : python3 -m virtualenv venv

AvTe avatar Mar 26 '21 04:03 AvTe

@AvTe you can do that but committing a whole virtual environment isn't wise 'cause again, it'll take forever to clone, even on high network speeds.

TechStudent10 avatar Mar 26 '21 15:03 TechStudent10