Skip to content

Commit 3fc5542

Browse files
committed
Add environment variable for newer UV version
1 parent 5d3eb42 commit 3fc5542

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/running.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ To install UV and create asim_140 environment using UV for all users on a server
7272

7373
- Create new variable called ***UV_PYTHON_INSTALL_DIR*** and set to **C:\uv_env\uv_py**
7474

75+
- Create new variable called ***UV_PYTHON_INSTALL_BIN*** and set to **0**
76+
7577
- Open Command Prompt (normal user, no admin)
7678

7779
- Run the following command
@@ -102,7 +104,7 @@ To install UV and create asim_140 environment using UV for all users on a server
102104

103105
- Open asim_140/pyproject.toml and edit the requires-python setting to:
104106

105-
- requires-python = ">=3.10, <3.11"
107+
`requires-python = ">=3.10, <3.11"`
106108

107109
- Back in command prompt (at C:\uv_env\asim_140), run one final command
108110

0 commit comments

Comments
 (0)