1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

quote variables.

See https://shlomif-tech.livejournal.com/14671.html .
This commit is contained in:
Shlomi Fish 2018-10-22 10:41:46 +03:00
parent ffbc385bfd
commit 1a0473050c

View file

@ -122,8 +122,8 @@ cd PySolFC
``` ```
PKGDIR=/usr/local/packages/PySolFC # or whatever PKGDIR=/usr/local/packages/PySolFC # or whatever
export PKGDIR export PKGDIR
mkdir -p $PKGDIR mkdir -p "$PKGDIR"
( cd $PKGDIR && python -m venv ./env ) ( cd "$PKGDIR" && python -m venv ./env )
``` ```
#### 4 - Run the install script #### 4 - Run the install script
@ -136,8 +136,9 @@ mkdir -p $PKGDIR
#### 6 - Enjoy playing #### 6 - Enjoy playing
$PKGDIR/env/bin/pysol.py ```
"$PKGDIR"/env/bin/pysol.py
```
## Alternate toolkit. ## Alternate toolkit.