You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~~~~To create and manage external libraries of Python, it's always recommended to use a Virtual_Environment to prevent conflict between system packages and Python libraries~~~
###Creating a folder named 'Tachyon'
>mkdir Tachyon
###Creating a virtual Environment###
>cd Tachyon (We change the path and create a vir_env in the folder)
###Virtual_Environment named 'Electron'
>python -m venv Electron
>source Electron/bin/activate (To activate the Virtual environment)