简体   繁体   中英

How to change the default python path for a workspace (not a folder) in VSCode

I'm working with VSCode and i am selecting Terminal > New Terminal to start a new terminal session. The problem is, no matter which file is currently selected or which folder I'm currently working out of, the default terminal keeps starting with the a specific virtual Environment for one of the folders in my workspace. How can i change this? 新的综合终端会议

You will need to change the interpreter. At the bottom left where the editor says which Python interpreter has been selected ('Python*'), you can click on that and you will be provided with list of interpreters to select from. Alternatively, in windows press ctrl+shift+P and type 'select interpreter' and then select 'Python: Select Interpreter' option.

If you don't see the desired interpreter in the list, you can try adding it to the workspace settings (again ctrl+shift+P and type workspace settings). Under workspace settings search for 'python.pythonpath'. You should see an option to update the path to whichever interpreter you want to.

More details here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM