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 条评论
排序方式
日期
投票数
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.
请先登录再写评论。