in a virtual python environment called venv I always need to add a variable to my PATH variable. I only want it when venv is activated.
Can I create a script and tell my venv to always run it when activating my venv?
Thanks :)
I am using this virtual environment and ubuntu 20.04.
My python version is Python 3.8.2