Skip to main content

All Questions

Tagged with
0 votes
0 answers
42 views

virtualenv and pip version inside

I installed fresh Ubuntu 20.04 (which I believe comes with python3.8) and then additionally installed: sudo apt install python3.9 sudo apt install python3.9-dev sudo apt install python3-pip I want to ...
Piotr's user avatar
  • 101
0 votes
1 answer
457 views

User and virtual environment in ubuntu linux

Hi I'm new to linux and currently I'm using ubuntu as my linux distribution. Right now I'm confused about user in ubuntu and search online about it. I found article about it in digital ocean that says ...
Luandre Ezra's user avatar
3 votes
2 answers
17k views

Permission Denied When Trying to Create Python3 Virtual Environment

Ubuntu 18.04 LTS I'm trying to allow users to create their own virutalenv for python3, however when trying to create said environment using a standard user account with this command:$ python3 -m venv ...
Jon's user avatar
  • 53
0 votes
0 answers
64 views

Monitor does not come out of sleep at power-up until I press reset button

I have just upgraded from Ubuntu 18.1 to Ubuntu 19.04. My PC configuration is: Motherboard: Gigabyte EP43T-USB3 Processor: Intel® Core™2 Quad CPU Q8400 @ 2.66GHz Graphics: Nvidia GeForce GT 730/PCIe/...
Coduser's user avatar
  • 101
67 votes
7 answers
98k views

Can't install virtual interpreter in PyCharm in Linux

When I try to add virtualenv as an interpreter in PyCharm Community 2018.1.2 in Kubuntu 18.04 I get the following error: ModuleNotFoundError: No module named 'distutils.core' How can I solve this?
Hrvoje T's user avatar
  • 1,949
1 vote
1 answer
460 views

lost virtualenv display to the left of bash prompt

I added thy Holy prompt to display my current branch so I never push to master. We all use it and it works, but I am no-longer seeing what virtualenv I'm using at the moment, which is a hassle. Based ...
codyc4321's user avatar
  • 410
14 votes
1 answer
21k views

Create a Python 3 virtual environment

I installed python3-virtualenv on Lubuntu 15.1 using the official Ubuntu package apt-get install python3-virtualenv. The official documentation indicates that a simple virtualenv . in my project ...
Escher's user avatar
  • 339
11 votes
2 answers
5k views

Hook into "command not found" handler in Ubuntu

I want to hook into the handler for command not found wim@SDFA100461C:~$ thing No command 'thing' found, did you mean: Command 'tping' from package 'lam-runtime' (universe) Command 'thin' from ...
wim's user avatar
  • 3,197