Skip to content

Commit 9a45014

Browse files
githubuser0xFFFFjcfr
authored andcommitted
[Backport] Fix setting environment vars in readme (#63)
* Remove spaces from environment variable setting because it only works without spaces (cherry picked from commit MeVisLab/pythonqt@aa132d2)
1 parent 794122e commit 9a45014

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ the directory where the python lib file is located. Then you should set the
4343
When using the prebuild Python installer, this will be:
4444

4545
```cmd
46-
set PYTHON_PATH = c:\Python38
47-
set PYTHON_LIB = c:\Python38\libs
48-
set PYTHON_VERSION = 38
49-
```
46+
set PYTHON_PATH=c:\Python38
47+
set PYTHON_LIB=c:\Python38\libs
48+
set PYTHON_VERSION=38
49+
```

0 commit comments

Comments
 (0)