Pycharm's virtualenv doesn't containt Distutils folder in project/lib/
Hey,
I have an issue that needs distutils.cfg editing in my virtualenv, however the one pycharm created for me doesn't have distutils folder in project/lib/ it doesn't have anything in there aside from site-packages and tcl8.5
could someone explain me this and how could I fix it please?
I have an issue that needs distutils.cfg editing in my virtualenv, however the one pycharm created for me doesn't have distutils folder in project/lib/ it doesn't have anything in there aside from site-packages and tcl8.5
could someone explain me this and how could I fix it please?
1 comment
Sort by
Date
Votes
You could delete your virtualenv folder and recreate it from the command line. You'll have to install all packages of that virtualenv again, though.
Please sign in to leave a comment.