Bhanuka Mallawaarachchi
bmax

bmax

Follow
Follow
home
Tag

notes

#notes

More content

Read more stories on Hashnode


Articles with this tag

Python venv with fish shell

Mar 8, 20231 min read

These commands can be used to create virtualenv with bash or zsh virtualenv -p $(which python3) .env source .env/bin/activate pip install -r...

Python venv with fish shell