File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments