使用pip出現問題
fxd0@ubuntu:~$ sudo pip install virtualenv
[sudo] password for fxd0:
env: ‘pip’: No such file or directory
?
fxd0@ubuntu:~$ pip insatall virtualenv
Command 'pip' not found, but can be installed with:
sudo apt install python-pip
?
安裝pip
fxd0@ubuntu:~$ sudo apt install python-pip
?