vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.61k stars 2.15k forks source link

v up dont update, fail #18772

Open roberto170 opened 1 year ago

roberto170 commented 1 year ago

Describe the bug

command v up dont can update v fail and abort

Expected Behavior

updating v compiler and stdlib

Current Behavior

Updating V... From https://github.com/vlang/v

Reproduction Steps

v up

Possible Solution

No response

Additional Information/Context

No response

V version

V 0.3.4 958e456

Environment details (OS name and version, etc.)

windows 10 Home Single Language 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz 2.80 GHz

JalonSolov commented 1 year ago

If you started using V by installing from one of the ZIP files on GitHub, it would be better to start over, and install using these instructions: https://github.com/vlang/v#installing-v-from-source

roberto170 commented 1 year ago

is from zip, but should work

JalonSolov commented 1 year ago

Should, yes. I added code a long time ago that should have made it work... but I don't know if it's been tested much since then.

Installing from source by cloning the repo is still the preferred method.