创建新的Python环境-idea 2020.2创建web、spring项目的教程图解
10.14创建新的Python环境问题You want to create a new Python environment in which you can install modules and packages. However, you want to do this without installing a new copy of Python or making changes that might affect the system Python installation.解决方案You can make a new “virtual” environment using the pyvenv command. This command is installed in the same directory as the Python interpreter or possibly in the Scripts directory on Windows. Here is an example:
4.84MB
文件大小:
评论区