Skip to content Skip to sidebar Skip to footer
Showing posts with the label Virtualenv

Activate Virtualenv Via Os.system()

I'm writing a Python-based shell script to boilerplate a Django app with virtualenv, pip, and f… Read more Activate Virtualenv Via Os.system()

Fatal Python Error: Py_initialize: Can't Initialize Sys Standard Streams

I have a pyproject.toml file that was created using poetry, and I'm trying to run the command p… Read more Fatal Python Error: Py_initialize: Can't Initialize Sys Standard Streams

How To Install Virtualenv On Ubuntu 20.04 Gcp Instance?

I am trying to install python3 virtualenv. I get the following message when I try to run virtualenv… Read more How To Install Virtualenv On Ubuntu 20.04 Gcp Instance?

Deactivate Conflict In Virtualenvwapper And Anaconda

I'm using virtualenv to switch my python dev env. But when I run workon my_env, I meet such err… Read more Deactivate Conflict In Virtualenvwapper And Anaconda

Function Not Implemented: 'lib' -> 'my/path/to/venv/lib64'

OS: Manjaro Python: 3.8 On my computer I have 2 partitions, one is where my Manjaro is installed, a… Read more Function Not Implemented: 'lib' -> 'my/path/to/venv/lib64'

Getting Os Error Python Library Not Found

I installed python3.9 on windows 10. I created a virtual environment and installed all the packages… Read more Getting Os Error Python Library Not Found