简体   繁体   中英

How can I install “Python Editor” on “Ubuntu Bash” in Windows 10?

I'm trying to install a "python editor" that I can use for the Python 2.7 installation I've done via Bash Ubuntu in "Windows 10".

I beleive that the trick is to get a connection between "windows 10" desktop and the bash Ubuntu environment.

Hope someone has solved this and can help.

More info about "Bash on Ubuntu on Windows":

http://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/

I was looking for a solution to this "issue" as well. (I think) The problem is that the WSL(Windows subsystem for linux) has a different python interpreter than windows. So when you try to run the same file from the editor and the bash terminal you would actually use two different version of Python to run the program.

It seems there is work being done to integrate the WSL and VSCode Which is I think a solution to your question.

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