admin管理员组文章数量:1302273
Previously, in PyCharm I was able to run this line of the code and it would set the working directory as the current directory of the script that I was running.
sys.path.append(os.getcwd())
prem_20_22_query = open('sql/prem_20_22.txt').read()
However, now the os.getcwd() command returns the C drive as the default CWD.
'C:\Windows'
本文标签: pythonPycharm not recognizing the CWD of the scriptStack Overflow
版权声明:本文标题:python - Pycharm not recognizing the CWD of the script - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741702615a2393380.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论