Skip to content

Commit c0f940e

Browse files
ezalosezalos
ezalos
authored and
ezalos
committed
Autoenv.zsh alternative
1 parent 339f889 commit c0f940e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Just `git clone` me
1010
PROJECT="`printf '.venv_%s\n' "${PWD##*/}"`" && python -m venv $PROJECT && echo "conda deactivate\nsource $PROJECT/bin/activate" > .env && cd .
1111
```
1212

13+
Alternative
14+
15+
```sh
16+
PROJECT="`printf '.venv_%s\n' "${PWD##*/}"`" && python -m venv $PROJECT && echo "source $PROJECT/bin/activate" > .autoenv.zsh && cd .
17+
```
18+
1319
## Usage
1420

1521
Just start writing your code

0 commit comments

Comments
 (0)