Feature on automatic virtual env and dependencies installation into the virtual env.
Use Case:
Pop up only displays when user doesn't have the dedicated virtual env folder in their system.
If user clicks yes, then the typescript will call a typescript script which calls the shell script. The virtual env will be installed in /Users/[user's username]. The shell script then installs the python dependencies in the virtual env. Then, the python interpreter setting is updated to the path of the virtual env.
If user clicks no, then an info message will show up saying the default python interpreter will be used.
Feature on automatic virtual env and dependencies installation into the virtual env.
Use Case: Pop up only displays when user doesn't have the dedicated virtual env folder in their system. If user clicks yes, then the typescript will call a typescript script which calls the shell script. The virtual env will be installed in /Users/[user's username]. The shell script then installs the python dependencies in the virtual env. Then, the python interpreter setting is updated to the path of the virtual env. If user clicks no, then an info message will show up saying the default python interpreter will be used.