Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

rh-python36 version check command line

$ scl enable rh-python36 bash
$ python3 -V
Python 3.6.3

$ python -V  # python now also points to Python3 
Python 3.6.3

$ mkdir ~/pydev
$ cd ~/pydev

$ python3 -m venv py36-venv
$ source py36-venv/bin/activate

(py36-venv) $ python3 -m pip install ...some modules...
Comment

PREVIOUS NEXT
Code Example
Shell :: conda install packages from different channels 
Shell :: add features for wsl linux 
Shell :: how we can push code without pulling code on git branch 
Shell :: https://ubuntu.com/tutorials/install-and-configure-wordpress 
Shell :: git lg config 
Shell :: switch directory when activating environment 
Shell :: how to edit bash rc file 
Shell :: delete cache gi 
Shell :: Install Kubernetes Operator SDK 
Shell :: Non-base32 digit found 
Shell :: $(cat <<EOF using heredoc assign command to a variable 
Shell :: unity windows build support failed to install arch linux 
Shell :: install config split 
Shell :: Set Up Imagick 
Shell :: ssh how to start a script out of the session 
Shell :: journalctl --flush --rotate; journalctl --vacuum-time=1s; 
Shell :: concatenate two commands powershell 
Shell :: nmap -sY command use 
Shell :: tapping home-brew/core 
Shell :: connect db to odoo from command 
Shell :: Check for command’s result 
Shell :: install Dirichlet Multinomial R package 
Shell :: Command to get list of shell variables in bash 
Shell :: unity download linux 
Shell :: how to clone repo with all branches 
Shell :: install protobuf windows 
Shell :: install choco 
Shell :: how can I use eog command in windows subsystem linux? 
Shell :: create github repository 
Shell :: open terminal in current folder windows 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =