Feature Request: Automatic Environment Activation in Terminal
See original GitHub issueFrom @threecgreen on August 4, 2017 15:57
Current behavior
Every time I open the built-in terminal in VSCode, I have to remember to activate the project’s Python environment.
Expected behavior
I’d like $ source activate my_env
for conda or $ source bin/activate
for virtualenv to run at VSCode terminal startup if I have selected an Python interpreter other than the system default.
Copied from original issue: DonJayamanne/pythonVSCode#1139
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Feature to disable conda activation when new terminals are ...
I just started using VS Code to integrate my R and Python scripts in a single workspace. This "feature" of the Python extension...
Read more >How to create a virtual Python shell - ActiveState
Enter python -m virtualenv venv <project_name>. Note that Venv automatically installs pip into Python 3.4+ virtual environments. Create a ...
Read more >Manage your environment - Amazon SageMaker
Describes the Amazon SageMaker Studio Lab default environment and how to customize it. ... Open the terminal and activate the studiolab environment.
Read more >Advanced Visual Studio Code for Python Developers
For example, you can make VS Code activate your virtual environment automatically when you bring up a new terminal window, and you can...
Read more >Virtual environments for absolute beginners — what is it and ...
3.1 Activating our virtual environment. When we run pip install requests now it will still install them globally, which is not what we...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I say “yes”. Basically when it comes to conda, we should run through an activated environment when possible.
From @fourierserious on December 9, 2017 22:10
In User/Workspace Settings, I use
with the following in my bash.bashrc