Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit b0faa9c

Browse files
committed
[fix] python3 is on the default PATH if the venv has been activated.
1 parent 2b018d3 commit b0faa9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Python 3.7.3
1919

2020
### generate installer
2121
```
22-
./venv/bin/python3 setup.py bdist_wheel
22+
python setup.py bdist_wheel
2323
```
2424

2525
### local install
2626
```
27-
./venv/bin/python3 -m pip install dist/cloudstate-0.5.0-py3-none-any.whl
27+
python -m pip install dist/cloudstate-0.1.0-py3-none-any.whl
2828
```

0 commit comments

Comments
 (0)