LeoTunero / sharky

0 stars 0 forks source link

why my requirements.txt look different? #16

Open LeoTunero opened 3 years ago

LeoTunero commented 3 years ago

I have key pip freeze > requirements.txt in my terminal and I have get the requirements.txt successfully However, a lot of weird module in the file. image I do not consider this is a normal situation. How do I fix this? Just delete those modules I do not need ?

LeoTunero commented 3 years ago

I am considering that am I too late to re-start a venv right now? https://docs.python.org/3/tutorial/venv.html To consider what we have done so far, may I just re-start the venv with python3 -m venv env in the file of sharky? If that so, I may have a clean requirements.txt. More importantly, I have a chance to learn how to build the venv all over again. image I have never really notice that which venv am I coding Honestly, I am not sure what the Conda & Homebrew does Everybody told me to install them without explanation Maybe they do not know the reason either.