Relative Content

Tag Archive for packagevirtualenvpython-poetry

activate virtual env inside project folder using poetry

I have created a virtual env. (my_env) and have been developing all my projects in it. I have developed a new project, also in my_env, and now I want to use poetry to create a new_env in the project folder (the default env of which is my_env).