-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
安装[email protected]失败 #2
Comments
不如把exe安装方式完全改为使用压缩包安装?exe安装会有什么额外的好处呢?个人认为压缩包解压才是便携软件最合理的方案呢~ |
当时是为了快速实现这个插件. 通过安装包可以减少pip的安装... 就不用手动处理了. |
pip这部分我觉得可以单独拆分为一个插件,有些人可能会使用PDM,我对PDM不熟悉,但是从文档看,似乎不需要pip,所以将或许可以考虑将pip拆分为插件? |
可以来discord说, https://discord.com/invite/85c8ptYgb7 正好在讨论这个事情.. |
邀请无效? |
|
@LordHumphrey # update vfox mannualy
# update python plugin
vfox update python
# install python
vfox install [email protected]
# show vfox version
vfox -v
# show python plugin version
vfox info python λ vfox -v && vfox info python
vfox version 0.4.1
Plugin Info:
Name -> python
Version -> 0.2.0
Homepage -> https://github.com/version-fox/vfox-python
Desc ->
Python language support, https://www.python.org
Legacy Files -> None
Notes:
======
Mirror Setting:
You can use VFOX_PYTHON_MIRROR environment variable to set mirror.
eg: `export VFOX_PYTHON_MIRROR=https://mirrors.huaweicloud.com/python/`
Others:
For Windows, only support >=3.5.0, but no restrictions for unix-like.
λ set VFOX_PYTHON_MIRROR=https://mirrors.huaweicloud.com/python/
λ vfox install python@3.12.3
Preinstalling python@3.12.3...
Downloading installer...
from: https://mirrors.huaweicloud.com/python/3.12.3/python-3.12.3-amd64.exe
to: C:\Users\ZC\.version-fox\cache\python\v-3.12.3\python-3.12.3\python-3.12.3-amd64.exe
python-3.12.3-amd64.exe 100% [====================================================================] (2.6 MB/s)
Extracting installer...
Cleaning installer...
Installing python...
Installing pip...
WARNING: The scripts pip.exe, pip3.12.exe and pip3.exe are installed in 'C:\Users\ZC\.version-fox\cache\python\v-3.12.3\python-3.12.3\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Install python@3.12.3 success!
Please use vfox use python@3.12.3 to use it.
λ vfox use python@3.12.3
Now using python@3.12.3.
λ which python
/c/Users/ZC/.version-fox/cache/python/v-3.12.3/python-3.12.3/python |
提示安装成功,但是目录是空的
The text was updated successfully, but these errors were encountered: