So for the first problem in my life I have this problem. I activate my venv through:
source venv/bin/activate
I then install jupyter with
pip install jupyter
Now when in a notebook and I do
sys.executable
I get
./bin/python3
But this is not my environemnt! When I enter python through terminal and do the same I get:
/home/user/.../venv/bin/python3'
Additionally, I'm missing all my libraries and stuff...
source https://stackoverflow.com/questions/76133513/jupyter-is-not-starting-with-my-environemnt
Comments
Post a Comment