Python Forum
Unable to disable creation of __pycache__ and .pyc files
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to disable creation of __pycache__ and .pyc files
#2
pip (i believe) uses gc. You can read about it here: https://docs.python.org/3.7/library/gc.html#module-gc
there are arguments that you can include to modify behavior, but now you're messing with things you really shouldn't touch and I wouldn't go there.
I rarely look at site-packages. Perhaps use something like bleachbit, but again, you better know exactly what you are doing.

My suggestion: don't look at site packages, if you want to know what's installed with pip, use
pip list
Reply


Messages In This Thread
RE: Unable to disable creation of __pycache__ and .pyc files - by Larz60+ - Oct-03-2018, 11:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Errors when trying to disable tkinter checkbutton rrick_88 7 2,883 Feb-17-2022, 10:30 PM
Last Post: deanhystad
  unable to list files in a directory christober 2 2,063 Sep-18-2019, 11:45 PM
Last Post: wavic
  an easy way to disable exception handling Skaperen 6 5,490 Jun-02-2019, 10:38 PM
Last Post: Gribouillis
  disable a block of code Skaperen 5 13,319 Aug-20-2018, 07:55 AM
Last Post: Skaperen
  gnureadline: disable temporarily? klaymen 1 2,488 May-08-2018, 11:16 AM
Last Post: Larz60+
  files creation question, any help plz ? Qubayel 10 7,301 Apr-12-2017, 02:34 PM
Last Post: wavic
  Unable to open files without file extension pstarrett 3 7,286 Dec-25-2016, 09:15 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020