Compare commits
1 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
eb0863ec6a |
|
|
@ -119,11 +119,9 @@ export PYTHONPATH=/path/to/mcTileLang
|
|||
将 `/path/to/mcTileLang` 替换为实际的 mcTileLang 路径,例如:
|
||||
|
||||
```bash
|
||||
export PYTHONPATH=/root/mcTileLang:.
|
||||
export PYTHONPATH=/root/mcTileLang
|
||||
```
|
||||
|
||||
> **注意**:有时候可能需要在路径后加上 `:.` 来确保当前目录也在 Python 的搜索路径中。
|
||||
|
||||
### 3.2 验证导入
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue