所有软件包都安装在新鲜的python venv中

问题描述

所以假设我有一个文件夹const { Text,Select } = require('@keystonejs/fields'); const {Keystone} = require('@keystonejs/keystone'); const options = [ { value: 'YES',label: "Yes,I'll be there!" },{ value: 'NO',label: "Sorry,I can't make it :(" },{ value: 'MAYBE',label: 'Not sure yet' },]; module.exports={ fields:{ levels:{ type:Select,options,isRequired:true },tm: { type: Text,isRequired:true,isUnique:true,},ru: { type: Text,en: { type: Text,} 并且运行了

main

它列出了我所有已安装的软件包,而不仅仅是python -m venv vir_env/ source vir_env/Scritps/activate (vir_env) pip list pip

有没有办法获得“干净”的静脉?

我正在运行Windows 10,使用GitBash作为终端

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)